Fixed: Sabnzbd/Nzbget settings will now fail to save if you entered a non-existing category.

This commit is contained in:
Taloth Saldono
2014-06-12 23:46:08 +02:00
parent e3d0d25da7
commit 8967f59f35
8 changed files with 52 additions and 27 deletions
@@ -13,7 +13,6 @@ namespace NzbDrone.Core.Download
IEnumerable<DownloadClientItem> GetItems();
void RemoveItem(string id);
void RetryDownload(string id);
void Test();
DownloadClientStatus GetStatus();
}