From: Alexander Yakushev Date: Fri, 23 Dec 2011 20:38:41 +0000 (+0200) Subject: Fix crash if there is no album_image X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d5363cbbc1a05881bed2490904bae5953abc5869;p=awesompd.git Fix crash if there is no album_image --- diff --git a/jamendo.lua b/jamendo.lua index 9308dc2..3f985c4 100644 --- a/jamendo.lua +++ b/jamendo.lua @@ -16,6 +16,7 @@ local assert = assert local print = print local tonumber = tonumber local math = math +local tostring = tostring module('jamendo')