snuffyDev / Beatbump

Alternative YouTube Music frontend built with Svelte/SvelteKit 🎧
https://beatbump.io/
GNU Affero General Public License v3.0
1.07k stars 89 forks source link

[BUG] Playlists are empty #205

Closed BrightDV closed 11 months ago

BrightDV commented 1 year ago

Hello, Another bug report here.

Describe the bug Playlists render blank screen

To Reproduce Steps to reproduce the behavior:

  1. Go to Library
  2. Open a local playlist
  3. See error.

Expected behavior See the songs.

Screenshots image

Not device-specific.

Additional context Full error stack:

Uncaught (in promise) TypeError: Cannot use 'in' operator to search for 'contentRating' in 1
    at Ce (InfoBox.3cbed3dc.js:1:7066)
    at Ot (index.e91c457c.js:4:3955)
    at new He (InfoBox.3cbed3dc.js:1:10250)
    at te (11.8893b075.js:1:2666)
    at Object.p (11.8893b075.js:1:6193)
    at dt (scheduler.c5ba8d05.js:1:10555)
    at _t (scheduler.c5ba8d05.js:1:10208)
Ce @ InfoBox.3cbed3dc.js:1
Ot @ index.e91c457c.js:4
He @ InfoBox.3cbed3dc.js:1
te @ 11.8893b075.js:1
p @ 11.8893b075.js:1
dt @ scheduler.c5ba8d05.js:1
_t @ scheduler.c5ba8d05.js:1
BrightDV commented 11 months ago

It seems that your latest commit fixed this issue, thanks!