feat: MBTarget exposes rgMbid + artistMbid from the resolver
This commit is contained in:
@@ -16,3 +16,5 @@ def test_live_resolves_continuum():
|
||||
assert target.track_count and target.track_count >= 10 # Continuum has 12 tracks
|
||||
assert "continuum" in target.album.casefold()
|
||||
assert target.year == 2006
|
||||
assert target.rg_mbid # a real release-group MBID
|
||||
assert target.artist_mbid # a real artist MBID
|
||||
|
||||
Reference in New Issue
Block a user