[vlc-commits] lua vimeo playlist: Remove trailing tab
François Revol
git at videolan.org
Wed Sep 12 13:35:44 CEST 2012
vlc/vlc-2.0 | branch: master | François Revol <revol at free.fr> | Wed Sep 12 11:40:01 2012 +0200| [73e2c2667134df6a12e24fca1e8115dc9e394f84] | committer: Jean-Baptiste Kempf
lua vimeo playlist: Remove trailing tab
Signed-off-by: François Revol <revol at free.fr>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit f332caaf5285d8f839063c9bbf6779d2252f497c)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=73e2c2667134df6a12e24fca1e8115dc9e394f84
---
share/lua/playlist/vimeo.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/lua/playlist/vimeo.lua b/share/lua/playlist/vimeo.lua
index 8c98bb6..6d38880 100644
--- a/share/lua/playlist/vimeo.lua
+++ b/share/lua/playlist/vimeo.lua
@@ -96,7 +96,7 @@ function parse()
_,_,height = string.find (line, "\"height\":([0-9]*)," )
end
end
-
+
if not codec then
vlc.msg.warn("unable to find codec info")
return nil
More information about the vlc-commits
mailing list