Reimplemented fading on playlist and fixed it on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-14 19:21:10 +01:00
parent 03940d4b2f
commit 4d1c9f1a27
3 changed files with 293 additions and 291 deletions

View File

@@ -40,6 +40,8 @@ foreach($fil as $files){
}
$i++;
array_push($all_channels, ucfirst(str_replace(".json", "", $files)));
if($i >= 15)
break;
}
}