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 when a user selects a restricted or deleted item from a playlist, the title below the media player continues to display the title of the last accessible playlist item that was played. The media player is not actually being instantiated in this circumstance b/c the playlist item cannot be played, so the title from the canvas is not loaded, even though the restricted items have a canvas label that reads 'Restricted Item"
In the image below, you can see that a restricted item is selected on the playlist, but a different title is showing below the player.
The original implementation changed the playlist item title to
"Inaccessible item" on video end as a workaround for when the next
autoplay playlist item was inaccessible. This is because the title
does not otherwise update when an item has a blank canvas. This
workaround was insufficient and caused unintended behavior when autoplay
was not on. Issues with item title not updating will be handled in #5497.
Description
Currently when a user selects a restricted or deleted item from a playlist, the title below the media player continues to display the title of the last accessible playlist item that was played. The media player is not actually being instantiated in this circumstance b/c the playlist item cannot be played, so the title from the canvas is not loaded, even though the restricted items have a canvas label that reads 'Restricted Item"
In the image below, you can see that a restricted item is selected on the playlist, but a different title is showing below the player.
Private Zenhub Image
Done Looks Like
The text was updated successfully, but these errors were encountered: