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

Store paused state in localStorage instead of extension sync store #133

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

Conversation

Sunlis
Copy link

@Sunlis Sunlis commented Apr 30, 2020

POC change to store paused state in localStorage instead of extension sync storage.

Fixes #132

Copy link
Member

@PikaDude PikaDude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to ensure cross-compatibility. The addition online 107 and the removal on line 96 will make everyone's extension start playing the music regardless of their previous option when they update the extension. Please adjust this line to update the items.paused value only if the localStorage value exists, and do not remove the default paused: false value from above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Music plays on its own on other computers
2 participants