Laurent Monin 50fdd327f8 Do not add cover art relation url twice (ie. cdbaby)
Stop loop if first url is added because second one will be removed later anyway.
It happens with cdbaby urls (ie. http://musicbrainz.org/release/6e228dfa-b0c7-4987-a36d-7ac14541ae66)


Debug output without this patch:
D: 139947473626880 11:15:32 There are no suitable images in the cover art archive for 6e228dfa-b0c7-4987-a36d-7ac14541ae66
D: 139947473626880 11:15:32 Adding front image PyQt4.QtCore.QUrl(u'http://cdbaby.name/p/r/prozak.jpg')
D: 139947473626880 11:15:32 Adding front image PyQt4.QtCore.QUrl(u'http://www.cdbaby.com/cd/prozak')
D: 139947473626880 11:15:32 'Downloading http://cdbaby.name:80/p/r/prozak.jpg'


Debug output with this patch:
D: 140074644940544 11:16:55 There are no suitable images in the cover art archive for 6e228dfa-b0c7-4987-a36d-7ac14541ae66
D: 140074644940544 11:16:55 Adding front image PyQt4.QtCore.QUrl(u'http://cdbaby.name/p/r/prozak.jpg')
D: 140074644940544 11:16:55 'Downloading http://cdbaby.name:80/p/r/prozak.jpg'
2013-06-10 11:23:17 +02:00
2012-05-29 18:45:49 +02:00
2013-06-09 11:51:20 +02:00
2012-01-30 00:48:01 -06:00
2013-06-09 01:45:18 -05:00
2009-09-22 20:15:35 +02:00
2006-10-19 22:00:30 +02:00
2013-04-24 10:53:46 +02:00
Description
No description provided
82 MiB
Languages
Python 99.4%
Shell 0.3%
PowerShell 0.2%
C 0.1%