]> gitweb.fluxo.info Git - awesompd.git/commitdiff
Fix crash if there is no album_image
authorAlexander Yakushev <yakushev.alex@gmail.com>
Fri, 23 Dec 2011 20:38:41 +0000 (22:38 +0200)
committerAlexander Yakushev <yakushev.alex@gmail.com>
Fri, 23 Dec 2011 20:38:41 +0000 (22:38 +0200)
jamendo.lua

index 9308dc2de0162bce144741ccf43bc4ca9e7f9155..3f985c48fc990d8351604fbbcb0ec8f9c36d07cc 100644 (file)
@@ -16,6 +16,7 @@ local assert = assert
 local print = print
 local tonumber = tonumber
 local math = math
+local tostring = tostring
 
 module('jamendo')