summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/javascript_refresh.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/javascript_refresh.inc b/templates/javascript_refresh.inc
index 974092d0..df572486 100644
--- a/templates/javascript_refresh.inc
+++ b/templates/javascript_refresh.inc
@@ -58,7 +58,7 @@ function countdown() {
if (displaycountdown==1) {
window.status="Refreshing in "+reloadseconds+" seconds";
- if ((player == 'mpd') && (player_state = 'play')) {
+ if ((player == 'mpd') && (player_state == 'play')) {
NodeList = document.getElementById ('mpd_cur_track_pos');
{ NodeList.firstChild.data = fmt_time((mpd_elapsed) + (secondssinceloaded)); }
NodeList = document.getElementById ('mpd_on_deck_in');