diff options
Diffstat (limited to 'includes/inc_vdr.php')
-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 c96217c..49c1acf 100755 --- a/includes/inc_vdr.php +++ b/includes/inc_vdr.php @@ -53,7 +53,7 @@ function vdrgetinfostream($stream = "NULL", $ischan = 1) if ($chanfound == 0) { $streamArray = explode(",",$stream); - if (strstr($allepg[$i], $stream) == $stream) + if (strstr($allepg[$i], $streamArray[0]) == $streamArray[0]) $chanfound = 1; } else |