mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-15 20:20:25 +01:00
update tv queries
This commit is contained in:
@@ -53,7 +53,8 @@ namespace MediaBrowser.Server.Implementations.TV
|
||||
SortOrder = SortOrder.Ascending,
|
||||
PresentationUniqueKey = presentationUniqueKey,
|
||||
Limit = limit,
|
||||
ParentId = parentIdGuid
|
||||
ParentId = parentIdGuid,
|
||||
Recursive = true
|
||||
|
||||
}).Cast<Series>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user