mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 08:48:48 +01:00
fix dashboard page
This commit is contained in:
@@ -53,7 +53,8 @@ namespace MediaBrowser.Providers.TV
|
||||
var seriesList = _libraryManager.GetItemList(new InternalItemsQuery()
|
||||
{
|
||||
IncludeItemTypes = new[] { typeof(Series).Name },
|
||||
Recursive = true
|
||||
Recursive = true,
|
||||
GroupByPresentationUniqueKey = false
|
||||
|
||||
}).Cast<Series>().ToList();
|
||||
|
||||
@@ -207,7 +208,8 @@ namespace MediaBrowser.Providers.TV
|
||||
var seriesList = _libraryManager.GetItemList(new InternalItemsQuery()
|
||||
{
|
||||
IncludeItemTypes = new[] { typeof(Series).Name },
|
||||
Recursive = true
|
||||
Recursive = true,
|
||||
GroupByPresentationUniqueKey = false
|
||||
|
||||
}).Cast<Series>().ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user