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
Currently, empty playlists simply display a message that reads "This playlist is empty." They should, however, display the playlist description and tags that can be entered when creating the playlist.
Current:
Prior behavior for an empty playlist:
Done Looks Like
Empty playlists display description and tags to match 7.6 (screenshot above)
Notes
Tag, comment and description are loaded on the Avalon side. We could change Ramp behavior to display something similar to what we have with inaccessible items: empty div with the message, instead of the alert error. Right now Ramp reads this and crashes, and bubbles up the error (and doesn't show the other parts of the page). We can change this, again to match inaccessible items.
Changes will be on the Ramp side; we can change things there and then see if anything needs to be changed in Avalon for the playlist page.
The text was updated successfully, but these errors were encountered:
Description
Currently, empty playlists simply display a message that reads "This playlist is empty." They should, however, display the playlist description and tags that can be entered when creating the playlist.
Current:
Prior behavior for an empty playlist:
Done Looks Like
Notes
Tag, comment and description are loaded on the Avalon side. We could change Ramp behavior to display something similar to what we have with inaccessible items: empty div with the message, instead of the alert error. Right now Ramp reads this and crashes, and bubbles up the error (and doesn't show the other parts of the page). We can change this, again to match inaccessible items.
Changes will be on the Ramp side; we can change things there and then see if anything needs to be changed in Avalon for the playlist page.
The text was updated successfully, but these errors were encountered: