You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a little look at it and it seems that the break is basically preventing the following CSP issue that the streams are not allowed because of the media-src CSP. The app itself is adding a wildcard here but I doubt that this is possible for the dashboard page.
Describe the bug
I have a couple of pls playlists which are working fine in the app itself. But they are not playing in the dashboard widget.
I found this special handling here:
audioplayer/js/dashboard.js
Lines 355 to 358 in a7984dc
break
might be the problem already.Expected behavior
After selecting a playlist, I should be able to play it.
Versions:
The text was updated successfully, but these errors were encountered: