mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 04:52:49 +01:00
Merge pull request #3545 from x1ppy/extratags
Add missing extra_tags parameter to MetadataSourcePlugin (#3540)
This commit is contained in:
commit
939bc269b8
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