mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-11 08:43:01 +01:00
get recursive items from db
This commit is contained in:
@@ -493,7 +493,7 @@ namespace MediaBrowser.Dlna.ContentDirectory
|
||||
Limit = limit,
|
||||
StartIndex = startIndex
|
||||
|
||||
}, new string[] { });
|
||||
});
|
||||
|
||||
var serverItems = itemsResult.Items.Select(i => new ServerItem
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user