Commit 426550fe authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Removing tabs from previous commits.

parent 8cd59f4a
...@@ -33,6 +33,7 @@ function fetch_art() ...@@ -33,6 +33,7 @@ function fetch_art()
if true then vlc.msg.dbg("10_googleimage.lua is disabled") return nil end if true then vlc.msg.dbg("10_googleimage.lua is disabled") return nil end
if vlc.input == nil then return nil end if vlc.input == nil then return nil end
local item = vlc.input.item() local item = vlc.input.item()
local meta = item:metas() local meta = item:metas()
if meta["artist"] and meta["album"] then if meta["artist"] and meta["album"] 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