mirror of
https://github.com/beetbox/beets.git
synced 2025-12-22 16:43:25 +01:00
TYPO
This commit is contained in:
parent
c87dc08c4a
commit
7afdbd49b3
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ RELEASE_INCLUDES = ['artists', 'media', 'recordings', 'release-groups',
|
|||
BROWSE_INCLUDES = ['artist-credits', 'work-rels',
|
||||
'artist-rels', 'recording-rels', 'release-rels']
|
||||
BROWSE_CHUNKSIZE = 100
|
||||
v = 500
|
||||
BROWSE_MAXTRACKS = 500
|
||||
TRACK_INCLUDES = ['artists', 'aliases']
|
||||
if 'work-level-rels' in musicbrainzngs.VALID_INCLUDES['recording']:
|
||||
TRACK_INCLUDES += ['work-level-rels', 'artist-rels']
|
||||
|
|
|
|||
Loading…
Reference in a new issue