mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
fixed client type display for ios. also fixed display preferences saving.
This commit is contained in:
@@ -466,7 +466,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
/// Gets the routes.
|
||||
/// </summary>
|
||||
/// <returns>IEnumerable{RouteInfo}.</returns>
|
||||
public IEnumerable<RouteInfo> GetRoutes()
|
||||
public virtual IEnumerable<RouteInfo> GetRoutes()
|
||||
{
|
||||
return new RouteInfo[] {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user