Removing tabs from previous commits.

This commit is contained in:
Jean-Baptiste Kempf 2010-02-22 23:26:59 +01:00
parent 8cd59f4a46
commit 426550fe23
1 changed files with 5 additions and 4 deletions

View File

@ -29,11 +29,12 @@ end
-- Return the artwork
function fetch_art()
-- 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
-- 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 vlc.input == nil then return nil end
local item = vlc.input.item()
if vlc.input == nil then return nil end
local item = vlc.input.item()
local meta = item:metas()
if meta["artist"] and meta["album"] then
title = meta["artist"].." "..meta["album"]