pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Test

+1 -2
+1 -2
src/pages/TopFlix.tsx
··· 180 180 {getItemsForCurrentPage().map((item) => { 181 181 const tmdbId = item.tmdbFullId.split("-")[1]; 182 182 const type = isShowOrMovie(item.tmdbFullId); 183 - // const poster = await getPoster(tmdbId, type === "movie" ? TMDBContentTypes.MOVIE : TMDBContentTypes.TV); 184 - const poster = ""; 183 + const poster = getPoster(tmdbId, type === "movie" ? TMDBContentTypes.MOVIE : TMDBContentTypes.TV); 185 184 console.log(poster); 186 185 const media: MediaItem = { 187 186 id: tmdbId,