mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-13 07:42:31 +02:00
65b045df03
Resolves #536. With the previous implementation, next/previous would first update the current queue and then call next/previous. However, since these were asynchronous calls it was very likely that the second calls would fail (and a test of adding delay showed that it actually caused a double skip). This PR resolves this by just removing the prev/next. Small other fixes: - setQueue + pause -> setQueue(..., true) - make MPV and web player have the same behavior for (pause/stop) where appropriate