mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Refactor ReDownload Failed Service (#52)
Refactor ReDownload Failed Service
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user