Bug: Space key triggers power save block from torrent list

Hitting Space from the torrent list should not cause power save to be
blocked.
This commit is contained in:
Feross Aboukhadijeh
2016-05-11 20:03:25 +02:00
parent 2005ee4d0b
commit 3d6da99e8e

View File

@@ -378,6 +378,7 @@ function pause () {
}
function playPause () {
if (state.location.current().url !== 'player') return
if (state.playing.isPaused) {
play()
} else {