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

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
Bond-009 2019-10-29 17:50:01 +01:00 committed by GitHub
parent fef35d0505
commit 24c076eff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()