mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-08 09:33:59 +00:00
PICARD-2398: Loading recoding relationships on large releases must use work level relationships
This ensures e.g. composer information is available
This commit is contained in:
@@ -313,6 +313,7 @@ class Album(DataObject, Item):
|
||||
'release-rels',
|
||||
'url-rels',
|
||||
'work-rels',
|
||||
'work-level-rels',
|
||||
)
|
||||
log.debug('Loading recording relationships for %r (offset=%i, limit=%i)' % (self, offset, limit))
|
||||
self._requests += 1
|
||||
|
||||
Reference in New Issue
Block a user