aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/videolist.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/videolist.php b/lib/videolist.php
index 96a2c6335..ae2441847 100644
--- a/lib/videolist.php
+++ b/lib/videolist.php
@@ -27,8 +27,7 @@ function videolist_parseurl($url){
*/
function videolist_get_data($parsed) {
$videotype = $parsed['videotype'];
- $video_id = $parsed['video_id'];
-
+
if(is_callable("videolist_get_data_$videotype")){
return array_merge($parsed, call_user_func("videolist_get_data_$videotype", $parsed));
} else {