diff --git a/script.js b/script.js index df10d60..f997f4d 100644 --- a/script.js +++ b/script.js @@ -9,8 +9,7 @@ function update(){ if (first == null) { playing = 'Mitte munnigi ei mängi prg'; - } - else if (first.artist != undefined) { + } else if (first.artist != undefined) { playing = first.artist + ' - '; playing += first.title; } else {