mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-26 17:43:59 +00:00
50fdd327f89c3b40ea571ecdcd89eb626785498f
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'
Description
No description provided
Languages
Python
99.4%
Shell
0.3%
PowerShell
0.2%
C
0.1%