fixes #791 - Support server-side playlists

This commit is contained in:
Luke Pulverenti
2014-08-02 22:16:37 -04:00
parent f0464dfa17
commit 2714127d2b
33 changed files with 638 additions and 132 deletions

View File

@@ -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;
}