diff options
-rwxr-xr-x | includes/inc_vdr.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_vdr.php b/includes/inc_vdr.php index 939e376..1ab233f 100755 --- a/includes/inc_vdr.php +++ b/includes/inc_vdr.php @@ -61,7 +61,7 @@ function vdrgetinfostream($stream = "NULL", $ischan = 1) // Find the right chan (take the first one) if ($chanfound == 0) { - $streamArray = explode(",",$stream); + $streamArray = explode(";",$stream); if (strstr($allepg[$i], $streamArray[0]) == $streamArray[0]) $chanfound = 1; } |