Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: useIsPlaying hook does not cover 'none' state (#2125)
In case if there is only one track in queue, after removing the track the hook is still returing playing as true. There is no condition which is checking 'none' state.
- Loading branch information