[vlc-commits] commit: youtube.lua: remove old broken break (Pierre Ynard )

git at videolan.org git at videolan.org
Sat Jun 5 19:23:01 CEST 2010


vlc/vlc-1.1 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Jun  4 19:10:11 2010 +0200| [0cd315c75f47947de28b34c6a5dc5450eca17960] | committer: Pierre Ynard 

youtube.lua: remove old broken break

We don't want that anymore anyway
(cherry picked from commit db60e23c082afbfbd8bc205aba89a1ad23c4879e)

Signed-off-by: Pierre Ynard <linkfanel at yahoo.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=0cd315c75f47947de28b34c6a5dc5450eca17960
---

 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