mirror of
https://github.com/fergalmoran/picard.git
synced 2026-05-07 19:46:10 +00:00
PICARD-799: remove spurious ':', reported by Tim Van Holder
This commit is contained in:
@@ -117,4 +117,4 @@ class CoverArtProviderAmazon(CoverArtProvider):
|
||||
'serverid': serverInfo['id'],
|
||||
'size': size
|
||||
}
|
||||
self.queue_put(CoverArtImage("http://%s:%s" % (host, path)))
|
||||
self.queue_put(CoverArtImage("http://%s%s" % (host, path)))
|
||||
|
||||
Reference in New Issue
Block a user