remove meta id overriding when enriching
This commit is contained in:
@@ -25,7 +25,6 @@ async function enrichMeta(itemMeta) {
|
||||
if (commonImdbId) {
|
||||
return {
|
||||
...itemMeta,
|
||||
id: commonImdbId,
|
||||
logo: `${METAHUB_URL}/logo/medium/${commonImdbId}/img`,
|
||||
poster: `${METAHUB_URL}/poster/medium/${commonImdbId}/img`,
|
||||
background: `${METAHUB_URL}/background/medium/${commonImdbId}/img`,
|
||||
|
||||
Reference in New Issue
Block a user