mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fixed: Sabnzbd/Nzbget settings will now fail to save if you entered a non-existing category.
This commit is contained in:
@@ -66,9 +66,10 @@ namespace NzbDrone.Core.Download
|
||||
public abstract IEnumerable<DownloadClientItem> GetItems();
|
||||
public abstract void RemoveItem(string id);
|
||||
public abstract void RetryDownload(string id);
|
||||
public abstract void Test();
|
||||
public abstract DownloadClientStatus GetStatus();
|
||||
|
||||
public abstract void Test(TSettings settings);
|
||||
|
||||
protected RemoteEpisode GetRemoteEpisode(String title)
|
||||
{
|
||||
var parsedEpisodeInfo = Parser.Parser.ParseTitle(title);
|
||||
|
||||
Reference in New Issue
Block a user