#115: also catching http.*//

This commit is contained in:
luke bonham 2015-07-27 13:05:56 +02:00 committed by copycat-killer
parent 89bad3b56b
commit 95fe93a751
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ local function worker(args)
then
helpers.set_map("current mpd track", mpd_now.title)
if string.match(mpd_now.file, "http://") == nil
if string.match(mpd_now.file, "http.*://") == nil
then -- local file
os.execute(string.format("%s %q %q %d %q", mpdcover, music_dir,
mpd_now.file, cover_size, default_art))