aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs')
-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[] {};
}