mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-11 18:23:59 +00:00
PICARD-2584: Include artist and media details for recording requests
This commit is contained in:
@@ -111,7 +111,7 @@ class RecordingResolver:
|
||||
self._mbapi.get_track_by_id(
|
||||
self._missing_metadata[0].mbid,
|
||||
self._recording_request_finished,
|
||||
inc=['release-groups', 'releases'],
|
||||
inc=('artists', 'release-groups', 'releases', 'media'),
|
||||
)
|
||||
|
||||
def _recording_request_finished(self, mb_recording, http, error):
|
||||
|
||||
Reference in New Issue
Block a user