Commit 446be1c2 authored by Antoine Cellerier's avatar Antoine Cellerier

Oops.

parent b7e41633
...@@ -59,7 +59,6 @@ function parse() ...@@ -59,7 +59,6 @@ function parse()
then then
local s = string.gsub( line, "^.*<media:thumbnail(.-)/>.*$", "%1" ) local s = string.gsub( line, "^.*<media:thumbnail(.-)/>.*$", "%1" )
arturl = vlc.strings.resolve_xml_special_chars(get_arg( s, "url" )) arturl = vlc.strings.resolve_xml_special_chars(get_arg( s, "url" ))
vlc.msg.err( tostring(arturl))
end end
if string.match( line, "media:title" ) if string.match( line, "media:title" )
then then
......
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