aboutsummaryrefslogtreecommitdiff
path: root/lib/Videolist/Platform/Youtube.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Videolist/Platform/Youtube.php')
-rw-r--r--lib/Videolist/Platform/Youtube.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Videolist/Platform/Youtube.php b/lib/Videolist/Platform/Youtube.php
index 648ac282c..d5a388356 100644
--- a/lib/Videolist/Platform/Youtube.php
+++ b/lib/Videolist/Platform/Youtube.php
@@ -27,7 +27,6 @@ class Videolist_Platform_Youtube implements Videolist_PlatformInterface
}
if ($id) {
return array(
- 'videotype' => 'youtube',
'video_id' => $id,
);
}