mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-30 21:43:20 -04:00
Backport pull request #11956 from jellyfin/release-10.9.z
NextUp query respects Limit Original-merge: 484aea1cdb93804b8388cdf3dfa3344942ad9119 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
02678253b9
commit
357799b508
@ -91,7 +91,7 @@ namespace Emby.Server.Implementations.TV
|
||||
}
|
||||
|
||||
string? presentationUniqueKey = null;
|
||||
int? limit = null;
|
||||
int? limit = request.Limit;
|
||||
if (!request.SeriesId.IsNullOrEmpty())
|
||||
{
|
||||
if (_libraryManager.GetItemById(request.SeriesId.Value) is Series series)
|
||||
|
Loading…
x
Reference in New Issue
Block a user