mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 02:34:19 -04:00
fixed getitembyclientid
This commit is contained in:
parent
4dc1eb59c0
commit
dba8c8d230
@ -836,7 +836,7 @@ namespace MediaBrowser.Controller.Library
|
|||||||
|
|
||||||
BaseItem item = null;
|
BaseItem item = null;
|
||||||
|
|
||||||
if (!isIndexFolder)
|
if (userId.HasValue || !isIndexFolder)
|
||||||
{
|
{
|
||||||
item = libraryManager.GetItemById(new Guid(id));
|
item = libraryManager.GetItemById(new Guid(id));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user