mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-31 14:33:54 -04:00
NextUp query respects Limit (#11956)
This commit is contained in:
parent
d1c00ba4ed
commit
484aea1cdb
@ -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