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

Removing tabs from previous commits.

parent 8cd59f4a
...@@ -29,11 +29,12 @@ end ...@@ -29,11 +29,12 @@ end
-- Return the artwork -- Return the artwork
function fetch_art() function fetch_art()
-- This is disabled because we have too much false positive by the inherent nature of this script. -- This is disabled because we have too much false positive by the inherent nature of this script.
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
title = meta["artist"].." "..meta["album"] title = meta["artist"].." "..meta["album"]
......
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