mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 07:21:58 +00:00
Update content-mappers.ts
This commit is contained in:
parent
cbc9fc4fa6
commit
ef1f0c7b09
1 changed files with 4 additions and 0 deletions
|
|
@ -104,6 +104,10 @@ export function convertMetaToStreamingContentEnhanced(
|
|||
if ((meta as any).videos) {
|
||||
converted.videos = (meta as any).videos;
|
||||
}
|
||||
// CUSTOM CATALOG POSTERS
|
||||
if ((meta as any).seasons) {
|
||||
converted.seasons = (meta as any).seasons;
|
||||
}
|
||||
|
||||
return converted;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue