Commit 306747df authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Use our own MB mirror

parent 0137d3be
...@@ -54,6 +54,6 @@ function fetch_art() ...@@ -54,6 +54,6 @@ function fetch_art()
return nil return nil
end end
local query1 = "http://musicbrainz.org/ws/1/release/?type=xml&artist="..vlc.strings.encode_uri_component(meta["artist"]).."&title=\""..vlc.strings.encode_uri_component(meta["album"].."\"") local query1 = "http://mb.videolan.org/ws/1/release/?type=xml&artist="..vlc.strings.encode_uri_component(meta["artist"]).."&title=\""..vlc.strings.encode_uri_component(meta["album"].."\"")
return try_query(query1) return try_query(query1)
end end
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