mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 07:20:53 -04:00
Reword exception message
This commit is contained in:
parent
2b1e766c17
commit
d7335f6ae6
@ -44,7 +44,7 @@ namespace Emby.Server.Implementations.Library
|
|||||||
|
|
||||||
if (user == null)
|
if (user == null)
|
||||||
{
|
{
|
||||||
throw new ArgumentException("User Id does not exist.", nameof(query));
|
throw new ArgumentException("User Id specified in the query does not exist.", nameof(query));
|
||||||
}
|
}
|
||||||
|
|
||||||
var folders = _libraryManager.GetUserRootFolder()
|
var folders = _libraryManager.GetUserRootFolder()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user