mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-05 17:59:06 +00:00
fallback to metadata banner if tmdb enrichment banner is disabled by the user
This commit is contained in:
parent
7271ed39a0
commit
6acfa2971b
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ export const useStreamsScreen = () => {
|
||||||
episodeId: (type === 'series' || type === 'other') && selectedEpisode ? selectedEpisode : undefined,
|
episodeId: (type === 'series' || type === 'other') && selectedEpisode ? selectedEpisode : undefined,
|
||||||
imdbId: imdbId || undefined,
|
imdbId: imdbId || undefined,
|
||||||
availableStreams: streamsToPass,
|
availableStreams: streamsToPass,
|
||||||
backdrop: bannerImage,
|
backdrop: bannerImage || metadata?.banner,
|
||||||
videoType,
|
videoType,
|
||||||
} as any);
|
} as any);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue