mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
expose episode absolute numbers for editing
This commit is contained in:
@@ -1041,7 +1041,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
|
||||
if (request.AiredDuringSeason.HasValue)
|
||||
{
|
||||
items = TvShowsService.FilterEpisodesBySeason(items.OfType<Episode>(), request.AiredDuringSeason.Value, true);
|
||||
items = Series.FilterEpisodesBySeason(items.OfType<Episode>(), request.AiredDuringSeason.Value, true);
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(request.MinPremiereDate))
|
||||
|
||||
Reference in New Issue
Block a user