mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-01 19:13:59 +00:00
Convert CoverArtProvider class to new-style
This commit is contained in:
@@ -53,7 +53,7 @@ def is_provider_enabled(provider_name):
|
||||
return False
|
||||
|
||||
|
||||
class CoverArtProvider:
|
||||
class CoverArtProvider(object):
|
||||
"""Subclasses of this class need to reimplement at least `queue_images()`.
|
||||
`__init__()` does not have to do anything.
|
||||
`queue_images()` will be called if `enabled()` returns `True`.
|
||||
|
||||
Reference in New Issue
Block a user