mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-16 07:06:18 +00:00
fixed getitembyclientid
This commit is contained in:
@@ -836,7 +836,7 @@ namespace MediaBrowser.Controller.Library
|
||||
|
||||
BaseItem item = null;
|
||||
|
||||
if (!isIndexFolder)
|
||||
if (userId.HasValue || !isIndexFolder)
|
||||
{
|
||||
item = libraryManager.GetItemById(new Guid(id));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user