Commit db25fd7e authored by Nico Schallehn's avatar Nico Schallehn

test

parent a52a3522
......@@ -499,7 +499,7 @@ class Media {
$co.= ' <genre>'.$value.'</genre>'.PHP_EOL;
}
// <set> **** Filmreihe
if(isset($Film['youtube'])){
if(!(strlen($Film['youtube']) ==0)){
$youtube = explode(":", $Film['youtube']);
$co.= ' <trailer>plugin://plugin.video.youtube/?action=play_video&amp;videoid='.$youtube[1].'</trailer>'.PHP_EOL;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment