@ -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 {