mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 10:34:43 +01:00
update item queries
This commit is contained in:
@@ -489,7 +489,7 @@ namespace MediaBrowser.Dlna.ContentDirectory
|
||||
Limit = limit,
|
||||
StartIndex = startIndex
|
||||
|
||||
}, user, new string[] { });
|
||||
}, new string[] { });
|
||||
|
||||
var serverItems = itemsResult.Items.Select(i => new ServerItem
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user