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

Improvement: change logic for playlist updates in Party Mode #1201

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wutschel
Copy link
Collaborator

@wutschel wutschel commented Nov 30, 2024

Description

Fixes an issue reported in this forum post.

Current logic ignored playlist updates in Party Mode to avoid flickering. Playlist reloads are handled by updatePartyModePlaylist which are only called for each new song in Party Mode. This causes also user triggered playlist changes, e.g. by adding an item, to be ignored as well. With this PR any playlist update again triggers a playlist reload by also calling updatePartyModePlaylist while in Party Mode.

Summary for release notes

Improvement: change logic for playlist updates in Party Mode

Current logic ignored playlist updates in Party Mode to avoid flickering. Playlist reloads are handled by updatePartyModePlaylist which are called for each new song in Party Mode.
This causes any user triggered playlist change, e.g. adding an item, to be ignored as well. With this change any playlist update again triggers a playlist reload by also calling updatePartyModePlaylist while in Party Mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant