lbryio / lbry-desktop

A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
https://lbry.tech
MIT License
3.56k stars 413 forks source link

Auto-play next doesn't call "preference_set" when toggled on player #7044

Closed keikari closed 3 years ago

keikari commented 3 years ago

Bug Auto-play next doesn't call "preference_set" when toggled on player. And "preference_get" resets the change. Changing autoplay next from settings works.

To Reproduce Steps to reproduce the behavior:

  1. Go to any video on Odysee
  2. Click on "autoplay next toggle" in the player
  3. Wait for "preference_get" call
  4. The toggle switches to previous state.

Tested on FF and brave

tzarebczan commented 3 years ago

Confirmed this is not related to other sync issues where it may be a timing thing (https://github.com/lbryio/lbry-desktop/issues/5931) . It's not triggered at all.