mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 16:34:45 +01:00
add release group to includes
This commit is contained in:
parent
370c689933
commit
b3e1535067
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,8 @@ RELEASE_TYPES = [
|
|||
]
|
||||
|
||||
RELEASE_INCLUDES = mbws.ReleaseIncludes(artist=True, tracks=True,
|
||||
releaseEvents=True, labels=True)
|
||||
releaseEvents=True, labels=True,
|
||||
releaseGroup=True)
|
||||
TRACK_INCLUDES = mbws.TrackIncludes(artist=True)
|
||||
|
||||
# MusicBrainz requires that a client does not query the server more
|
||||
|
|
|
|||
Loading…
Reference in a new issue