Fixed: Musicbrainz track id tag read incorrectly

This commit is contained in:
Qstick
2018-03-14 22:01:51 -04:00
parent a27b6eb63e
commit 254b3fcfbe
2 changed files with 3 additions and 2 deletions
@@ -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; }