mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-05 22:02:53 +01:00
fixes #791 - Support server-side playlists
This commit is contained in:
@@ -462,7 +462,7 @@ namespace MediaBrowser.Dlna.ContentDirectory
|
||||
|
||||
items = FilterUnsupportedContent(items);
|
||||
|
||||
if (folder is Series || folder is Season || folder is BoxSet)
|
||||
if (folder.IsPreSorted)
|
||||
{
|
||||
return items;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user