Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable repeatSingle when repeat is disabled (#2117)
* Fix issue where moving first item of the queue is not possible We should not check if value is greater than 0, since then we cant move first item in the queue. * clear repeatSingle if repeat is disabled repeat single does not work alone, since its nested inside repeat checks and coupled with it in other checks, so it should be set false when repeat is disabled. Currently "pushState" can emit "repeatSingle == true", but if repeat is false, we are not repeating single track, so the state is wrong. * Revert "clear repeatSingle if repeat is disabled" This reverts commit 99b8838. * Revert "Revert "clear repeatSingle if repeat is disabled"" This reverts commit cd426d5. * Revert "Fix issue where moving first item of the queue is not possible" This reverts commit 4a70181.
- Loading branch information