mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-13 12:59:54 +00:00
Fix for find and apuse
This commit is contained in:
@@ -1711,6 +1711,7 @@ $(document).keydown(function(event) {
|
||||
!$("#contact-form-message").is(":focus") &&
|
||||
!$("#remote_channel").is(":focus") &&
|
||||
!$("#import").is(":focus") &&
|
||||
!$("#find_input").is(":focus") &&
|
||||
!$("#import_spotify").is(":focus")) {
|
||||
if(Player.player.getPlayerState() == 1) {
|
||||
event.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user