feat: music from last.fm

This commit is contained in:
Cory Dransfeldt 2023-11-10 20:51:37 -08:00
parent 03bb2e1016
commit 7472eb6285
13 changed files with 125 additions and 188 deletions

View file

@ -36,7 +36,7 @@ module.exports = async function () {
})
const tmdbData = await tmdbRes
const posterPath = tmdbData['poster_path']
movie.image = `https://movies.coryd.dev/t/p/w500${posterPath}`
movie.image = `https://cd-movies.b-cdn.net/t/p/w500${posterPath}`
}
return movies