Fix internet image update
Posted: Thu Nov 17, 2005 10:27 am
Because the layout of http://www.slothradio.com/covers/ has changed, internet image update doesn't work any more.
Only one line has to be changed to fix this problem.
update.php line 257:
I will also fix it in netjukebox 3.77 
Only one line has to be changed to fix this problem.
update.php line 257:
Code: Select all
preg_match_all('/<!-- RESULT ITEM START -->.*?<img src="(http:\/\/images\.amazon.*?)"/s', $content, $matches);
