funkwhale/front/tests/unit/specs/store
Tony Wasserka 7900c2d065 Properly handle redundant MediaSession play/pause requests
MediaSession pause requests may happen even when Funkwhale is already in a
paused state. Previously FW would flip between play/pause without
consideration for the current state instead of doing nothing when
the playback state matches the requested one.

Notably, this made Funkwhale resume audio playback when entering sleep mode
on my system.
2021-04-11 15:19:59 +02:00
..
auth.spec.js See #1100: clean compat and XXX in the code 2020-08-03 15:47:14 +02:00
favorites.spec.js Fixed broken unit tests due to front-end cleanup 2018-08-11 17:59:20 +02:00
instance.spec.js Fixed failing unit test because of leaking state 2019-01-21 11:04:47 +01:00
player.spec.js Properly handle redundant MediaSession play/pause requests 2021-04-11 15:19:59 +02:00
playlists.spec.js Fixed broken unit tests due to front-end cleanup 2018-08-11 17:59:20 +02:00
queue.spec.js Fix #1092: Ensure player doesn't disappear when last queue track is removed manually 2020-05-07 17:50:20 +02:00
radios.spec.js Fix #1060: Added a new radio based on another user listenings 2020-03-25 22:40:07 +01:00