1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Revered back to subsonic

Added indexer configuration back-end
This commit is contained in:
Keivan
2011-04-18 17:12:06 -07:00
parent 129be92001
commit 6f2dcbf838
20 changed files with 368 additions and 478 deletions
+1 -1
View File
@@ -38,6 +38,6 @@ namespace NzbDrone.Web.Models
[DisplayFormat(ConvertEmptyStringToNull = false)]
public String NzbsrusHash { get; set; }
public List<Indexer> Indexers { get; set; }
public List<IndexerSetting> Indexers { get; set; }
}
}