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:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user