aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/HttpServer
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-17 23:10:21 -0400
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-17 23:10:21 -0400
commitcf61ac0264883e53f024088a88148b87cbbf89a7 (patch)
tree07912cbc932912335693377f4b82e1c4a0431335 /MediaBrowser.Server.Implementations/HttpServer
parentc1d38106c745313073986499e06a168146162f8b (diff)
fixed client type display for ios. also fixed display preferences saving.
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer')
-rw-r--r--MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs b/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs
index e301f0496..4799bf0b8 100644
--- a/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs
+++ b/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs
@@ -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[] {};
}