fix issue #4; fix issue #5

This commit is contained in:
bkfox
2017-05-04 16:58:54 +02:00
parent aff3476088
commit 89182f3c20
5 changed files with 51 additions and 6 deletions

View File

@ -15,7 +15,7 @@ var sound = player.playlist.add(
streams=[ {% for stream in streams %}'{{ stream }}',{% endfor %} ],
cover = undefined,
on_air = true
)
), undefined, 0
);
sound.item.className += ' live';
player.playlist.select(sound, false);