mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-02 03:23:59 +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