Merge pull request #400 from mlvtito/master

rename variable to avoid use of key word
Esse commit está contido em:
David Mohammed
2019-07-31 12:00:44 +01:00
commit de GitHub
+2 -2
Ver Arquivo
@@ -1587,8 +1587,8 @@ class CoverManager(GObject.Object):
print("The URI doesn't point to an image or " + \
"the image couldn't be opened.")
async = rb.Loader()
async.get_url(uri, cover_update, coverobject)
asyncLoader = rb.Loader()
asyncLoader.get_url(uri, cover_update, coverobject)
class AlbumCoverManager(CoverManager):