Refactor ReDownload Failed Service (#52)

Refactor ReDownload Failed Service
This commit is contained in:
Qstick
2017-08-17 21:28:35 -04:00
committed by GitHub
parent 025534cf71
commit fcffd5461e
3 changed files with 19 additions and 22 deletions
@@ -12,11 +12,7 @@ namespace NzbDrone.Core.Download
Data = new Dictionary<string, string>();
}
[System.Obsolete("Used for sonarr, not lidarr")]
public int SeriesId { get; set; }
public int ArtistId { get; set; }
[System.Obsolete("Used for sonarr, not lidarr")]
public List<int> EpisodeIds { get; set; }
public List<int> AlbumIds { get; set; }
public QualityModel Quality { get; set; }
public string SourceTitle { get; set; }