aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/MvcRoutePrefix.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/MvcRoutePrefix.cs')
-rw-r--r--Emby.Server.Implementations/MvcRoutePrefix.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/MvcRoutePrefix.cs b/Emby.Server.Implementations/MvcRoutePrefix.cs
index fb26ae09d..974a2a885 100644
--- a/Emby.Server.Implementations/MvcRoutePrefix.cs
+++ b/Emby.Server.Implementations/MvcRoutePrefix.cs
@@ -12,7 +12,7 @@ namespace Emby.Server.Implementations
opts.Conventions.Insert(0, new RoutePrefixConvention(prefixes));
}
- internal class RoutePrefixConvention : IApplicationModelConvention
+ private class RoutePrefixConvention : IApplicationModelConvention
{
private readonly AttributeRouteModel[] _routePrefixes;