mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 15:33:15 +01:00
Add missing extra_tags parameter to MetadataSourcePlugin (#3540)
This commit is contained in:
parent
77f2ed5f50
commit
3c08911794
1 changed files with 1 additions and 1 deletions
|
|
@ -715,7 +715,7 @@ class MetadataSourcePlugin(object):
|
|||
return id_
|
||||
return None
|
||||
|
||||
def candidates(self, items, artist, album, va_likely):
|
||||
def candidates(self, items, artist, album, va_likely, extra_tags=None):
|
||||
"""Returns a list of AlbumInfo objects for Search API results
|
||||
matching an ``album`` and ``artist`` (if not various).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue