mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Fixed: Musicbrainz track id tag read incorrectly
This commit is contained in:
@@ -17,6 +17,7 @@ namespace NzbDrone.Core.Parser.Model
|
||||
public ArtistTitleInfo ArtistTitleInfo { get; set; }
|
||||
public string ArtistMBId { get; set; }
|
||||
public string AlbumMBId { get; set; }
|
||||
public string ReleaseMBId { get; set; }
|
||||
public string TrackMBId { get; set; }
|
||||
public int DiscNumber { get; set; }
|
||||
public QualityModel Quality { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user