mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +01:00
🐛 Issue with media request url (#1260)
This commit is contained in:
@@ -65,7 +65,7 @@ export const mediaRequestsRouter = createTRPCRouter({
|
|||||||
status: item.status,
|
status: item.status,
|
||||||
backdropPath: `https://image.tmdb.org/t/p/original/${genericItem.backdropPath}`,
|
backdropPath: `https://image.tmdb.org/t/p/original/${genericItem.backdropPath}`,
|
||||||
posterPath: `https://image.tmdb.org/t/p/w600_and_h900_bestv2/${genericItem.posterPath}`,
|
posterPath: `https://image.tmdb.org/t/p/w600_and_h900_bestv2/${genericItem.posterPath}`,
|
||||||
href: `${appUrl}/movie/${item.media.tmdbId}`,
|
href: `${appUrl}/${item.type}/${item.media.tmdbId}`,
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user