You need to sign in or sign up before continuing.
Commit 8d975912 authored by Nico Schallehn's avatar Nico Schallehn

für Episoden HDTV hinzugefügt

parent 706cecf2
......@@ -649,6 +649,9 @@ class Media {
if((stripos($Pfad.$Filename,"(TV)") >0)){
$array["source"] = "TV";
}
if((stripos($Pfad.$Filename,"(HDTV)") >0)){
$array["source"] = "HDTV";
}
if((stripos( $Pfad.$Filename,"(BD)")>0)){
$array["source"] = "BD";
}
......
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