[vlc-commits] commit: youtube.lua: remove old broken break (Pierre Ynard )
git at videolan.org
git at videolan.org
Fri Jun 4 19:10:46 CEST 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Jun 4 19:10:11 2010 +0200| [db60e23c082afbfbd8bc205aba89a1ad23c4879e] | committer: Pierre Ynard
youtube.lua: remove old broken break
We don't want that anymore anyway
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db60e23c082afbfbd8bc205aba89a1ad23c4879e
---
share/lua/playlist/youtube.lua | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/share/lua/playlist/youtube.lua b/share/lua/playlist/youtube.lua
index 5349527..7dafc57 100644
--- a/share/lua/playlist/youtube.lua
+++ b/share/lua/playlist/youtube.lua
@@ -116,7 +116,6 @@ function parse()
end
end
end
- if name and description and artist --[[and video_id]] then break end
end
if not video_id then
More information about the vlc-commits
mailing list