Skip to content

Commit

Permalink
update js code
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Oct 30, 2023
1 parent 0fd7077 commit 4d29007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function connect() {

changeAlbumArt();
});
$.get("/status", function (mpd_status, textStatus, jqXHR) {
$.get("/status", function (mpd_status, _textStatus, _jqXHR) {
changeFavicon(mpd_status.state);
changeButtonState(mpd_status.state);
changeRandomButtonState(mpd_status.random);
Expand Down

0 comments on commit 4d29007

Please sign in to comment.