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
Describe the bug
Deletion of a playlist removes the corresponding .m3u8 file but the playlist is still displayed in the UI.
To Reproduce
Create a playlist with local files : a .m3u8 file is created under /var/lib/mopidy/m3u or equivalent
Right click on the play list to open its contextual menu
Select "delete"
The .m3u8 file is deleted but the playlist is still there in the UI
Expected behavior
I expect the playlist to be removed from the UI.
Screenshots
[If applicable, add screenshots to help explain your problem.]
Environment details:
OS: Debian 11
Browser: Firefox
Iris version: 3.58.0
Additional context
One can delete the playlist from the page displaying the playlist content. An analogous bug happens when deleting from there: The UI is not updated and the browser isn't redirected to another page (which one?).
The text was updated successfully, but these errors were encountered:
The playlist is removed from the library, but remains in the local (browser) database. This is to ensure that Spotify playlists can be 'undeleted' (which is effectively just re-following it). Returning to the library will show it is now removed, but you can still revisit it by using Back in the browser window.
A solution I think will serve both scenarios is keeping it as-is, but flagging the playlist as deleted so it is clear that the playlist on screen has been deleted.
Describe the bug
Deletion of a playlist removes the corresponding
.m3u8
file but the playlist is still displayed in the UI.To Reproduce
.m3u8
file is created under/var/lib/mopidy/m3u
or equivalent.m3u8
file is deleted but the playlist is still there in the UIExpected behavior
I expect the playlist to be removed from the UI.
Screenshots
[If applicable, add screenshots to help explain your problem.]
Environment details:
Additional context
One can delete the playlist from the page displaying the playlist content. An analogous bug happens when deleting from there: The UI is not updated and the browser isn't redirected to another page (which one?).
The text was updated successfully, but these errors were encountered: