Explorar o código

Update Emby.Server.Implementations/Library/UserViewManager.cs

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Bond-009 %!s(int64=5) %!d(string=hai) anos
pai
achega
24c076eff3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Emby.Server.Implementations/Library/UserViewManager.cs

+ 1 - 1
Emby.Server.Implementations/Library/UserViewManager.cs

@@ -44,7 +44,7 @@ namespace Emby.Server.Implementations.Library
 
             if (user == null)
             {
-                throw new ArgumentException("User Id does not exists.", nameof(query));
+                throw new ArgumentException("User Id does not exist.", nameof(query));
             }
 
             var folders = _libraryManager.GetUserRootFolder()