mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5787 from grafixeyehero/Fix-ParentThumbImage
Fix parent thumb image for next up and continue watching in experimental layout
This commit is contained in:
commit
ddb9f66609
2 changed files with 15 additions and 11 deletions
|
@ -759,8 +759,8 @@ const fetchGetSectionItems = async (
|
|||
imageTypeLimit: 1,
|
||||
enableImageTypes: [
|
||||
ImageType.Primary,
|
||||
ImageType.Backdrop,
|
||||
ImageType.Thumb
|
||||
ImageType.Thumb,
|
||||
ImageType.Backdrop
|
||||
],
|
||||
enableTotalRecordCount: false,
|
||||
...section.parametersOptions
|
||||
|
@ -783,7 +783,11 @@ const fetchGetSectionItems = async (
|
|||
ItemFields.MediaSourceCount
|
||||
],
|
||||
imageTypeLimit: 1,
|
||||
enableImageTypes: [ImageType.Thumb],
|
||||
enableImageTypes: [
|
||||
ImageType.Primary,
|
||||
ImageType.Thumb,
|
||||
ImageType.Backdrop
|
||||
],
|
||||
enableTotalRecordCount: false,
|
||||
...section.parametersOptions
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue