You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only consider release collections in mbcollection plugin (#5856)
Currently, `mbcollection` takes the first collection it finds (if the
user does not explicitely indicates one in the configuration).
The problem is that the user may have collections of types that we are
not interested in (e.g. recording collections, artist collections,
etc.).
Since the `get_collections` response returns the collections types, we
can only keep the `release` collections.
0 commit comments