Skip to content

Commit

Permalink
Merge pull request #1144 from SamInPgh/public/9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger authored Aug 7, 2024
2 parents 8319a65 + cabf47c commit 1a6ff8d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Slim/Control/Queries.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3631,12 +3631,6 @@ sub statusQuery_filter {
return 1;
}

# suppress frequent updates during volume changes
if ($request->isCommand([['mixer'], ['volume']])) {

return 3;
}

# give it a tad more time for muting to leave room for the fade to finish
# see bug 5255
if ($request->isCommand([['mixer'], ['muting']])) {
Expand Down

0 comments on commit 1a6ff8d

Please sign in to comment.