Commit f332caaf authored by François Revol's avatar François Revol Committed by Jean-Baptiste Kempf

lua vimeo playlist: Remove trailing tab

Signed-off-by: default avatarFrançois Revol <revol@free.fr>
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 8e60ce57
...@@ -96,7 +96,7 @@ function parse() ...@@ -96,7 +96,7 @@ function parse()
_,_,height = string.find (line, "\"height\":([0-9]*)," ) _,_,height = string.find (line, "\"height\":([0-9]*)," )
end end
end end
if not codec then if not codec then
vlc.msg.warn("unable to find codec info") vlc.msg.warn("unable to find codec info")
return nil return nil
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment