mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +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,
|
||||
imdbId: imdbId || undefined,
|
||||
availableStreams: streamsToPass,
|
||||
backdrop: bannerImage,
|
||||
backdrop: bannerImage || metadata?.banner,
|
||||
videoType,
|
||||
} as any);
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue