Skip to content

Commit

Permalink
Update state.js to fix display name
Browse files Browse the repository at this point in the history
  • Loading branch information
ideonaudio authored Mar 18, 2024
1 parent 9243c17 commit 7db5bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/js/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function parseState(obj) {
setCounter();
//clear playback card if no current song
if (obj.result.songPos === -1) {
document.title = 'myMPD';
document.title = 'Ideon';
elGetById('PlaybackTitle').textContent = tn('Not playing');
const footerTitleEl = elGetById('footerTitle');
footerTitleEl.textContent = tn('Not playing');
Expand Down

0 comments on commit 7db5bfc

Please sign in to comment.