Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display appropriate playlist item title for restricted items #5497

Closed
1 task done
elynema opened this issue Dec 1, 2023 · 0 comments
Closed
1 task done

Display appropriate playlist item title for restricted items #5497

elynema opened this issue Dec 1, 2023 · 0 comments
Assignees

Comments

@elynema
Copy link
Contributor

elynema commented Dec 1, 2023

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

  • Text displayed under the Media Player (playlist item label) matches text shown in the structuralNav component
masaball added a commit that referenced this issue Dec 5, 2023
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.
@Dananji Dananji self-assigned this Jan 8, 2024
@elynema elynema closed this as completed Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants