Fix to show the correct song title #1

Merged
siinus merged 1 commits from varbavahearst/kahtlane-fm:master into master 5 years ago
  1. 3
      script.js

3
script.js

@ -54,6 +54,9 @@ function getFirstPlaying(jsonObj){ @@ -54,6 +54,9 @@ function getFirstPlaying(jsonObj){
var sources = jsonObj.icestats.source;
var masterStreams = [
'/live',
'/sai',
'/siinus',
'/viido',
]
for(o=0; o < sources.length; o++) {

Loading…
Cancel
Save