update tv queries
This commit is contained in:
parent
a53b062b22
commit
b971fa9d5e
|
@ -327,7 +327,8 @@ namespace MediaBrowser.Api
|
|||
MinPremiereDate = minPremiereDate,
|
||||
StartIndex = request.StartIndex,
|
||||
Limit = request.Limit,
|
||||
ParentId = parentIdGuid
|
||||
ParentId = parentIdGuid,
|
||||
Recursive = true
|
||||
|
||||
}).ToList();
|
||||
|
||||
|
|
|
@ -53,7 +53,8 @@ namespace MediaBrowser.Server.Implementations.TV
|
|||
SortOrder = SortOrder.Ascending,
|
||||
PresentationUniqueKey = presentationUniqueKey,
|
||||
Limit = limit,
|
||||
ParentId = parentIdGuid
|
||||
ParentId = parentIdGuid,
|
||||
Recursive = true
|
||||
|
||||
}).Cast<Series>();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user