update cron script -- mode is now auto

This commit is contained in:
bkfox
2017-03-28 17:46:11 +02:00
parent 53e475a700
commit 245e837ae3
6 changed files with 18 additions and 8 deletions

View File

@ -82,7 +82,6 @@ ul {
margin: 0.2em 1em;
}
body > .top {
position: fixed;
z-index: 10000000;
@ -137,6 +136,10 @@ body > .header {
}
body section ul {
padding: 0em;
}
/** content: list & items **/
.list {
width: 100%;

View File

@ -249,8 +249,6 @@ function Player(id, on_air_url, show_cover) {
this.init_events();
this.load();
this.update_on_air();
}
Player.prototype = {