mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix chapter images being stretched
This commit is contained in:
parent
1f63a30ee7
commit
7b46768958
@ -1596,6 +1596,7 @@ namespace Emby.Server.Implementations.LiveTv
|
||||
IsFolder = false,
|
||||
IsVirtualItem = false,
|
||||
Limit = query.Limit,
|
||||
StartIndex = query.StartIndex,
|
||||
SortBy = new[] { ItemSortBy.DateCreated },
|
||||
SortOrder = SortOrder.Descending,
|
||||
EnableTotalRecordCount = query.EnableTotalRecordCount,
|
||||
|
Loading…
x
Reference in New Issue
Block a user