mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-21 15:11:56 +00:00
remove meta id overriding when enriching
This commit is contained in:
parent
cb381881a5
commit
6889975485
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ async function enrichMeta(itemMeta) {
|
||||||
if (commonImdbId) {
|
if (commonImdbId) {
|
||||||
return {
|
return {
|
||||||
...itemMeta,
|
...itemMeta,
|
||||||
id: commonImdbId,
|
|
||||||
logo: `${METAHUB_URL}/logo/medium/${commonImdbId}/img`,
|
logo: `${METAHUB_URL}/logo/medium/${commonImdbId}/img`,
|
||||||
poster: `${METAHUB_URL}/poster/medium/${commonImdbId}/img`,
|
poster: `${METAHUB_URL}/poster/medium/${commonImdbId}/img`,
|
||||||
background: `${METAHUB_URL}/background/medium/${commonImdbId}/img`,
|
background: `${METAHUB_URL}/background/medium/${commonImdbId}/img`,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue