Renamed Download settings to Sabnzbd settings.

Moved Download Propers to Quality settings.
Cleaned up Quality UI and enhanced it with some jQuery goodness. Mmmmm jQuery.
This commit is contained in:
Mark McDowall 2011-05-17 20:39:26 -07:00
commit 8e214029c9
10 changed files with 208 additions and 301 deletions

View file

@ -162,7 +162,7 @@ namespace NzbDrone.Core.Providers.Core
public virtual String SabTvCategory
{
get { return GetValue("SabTvCategory"); }
get { return GetValue("SabTvCategory", "TV", false); }
set { SetValue("SabTvCategory", value); }
}