namespace NzbDrone.Core.Parser.Model { public class ArtistTitleInfo { public string Title { get; set; } public string TitleWithoutYear { get; set; } public int Year { get; set; } } }