remove debrid meta type override

This commit is contained in:
TheBeastLT
2023-04-25 17:21:15 +02:00
parent ba57412728
commit 4eb167ccc3

View File

@@ -26,7 +26,6 @@ async function enrichMeta(itemMeta) {
if (commonImdbId) {
return {
...itemMeta,
type: torrent.type === Type.SERIES ? torrent.type : itemMeta.type,
logo: `${METAHUB_URL}/logo/medium/${commonImdbId}/img`,
poster: `${METAHUB_URL}/poster/medium/${commonImdbId}/img`,
background: `${METAHUB_URL}/background/medium/${commonImdbId}/img`,