Added new videoplaceholder from own channel

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-09 20:18:03 +01:00
parent 99b1815146
commit 31e76dc999
3 changed files with 8 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ foreach($dir as $files){
$file = file_get_contents('./lists/'.$files); //Checking if the channel has the setting for showing on the frontpage set to true.
$data = json_decode($file, TRUE);
$q = array_values($data["nowPlaying"]);
if($q[0]["id"] == "XQu8TTBmGhA");
if($q[0]["id"] == "30H2Z8Lr-4c");
{
unlink("./lists/".$files);
}