Fixed REGEX for episode parsing so it would correctly parse shows with a year in the title.

Fixed a config saving issue in the SettingsController.
Added bindings in Central dispatch for SabProvider and HttpProvider
This commit is contained in:
markus101 2011-01-30 17:30:59 -08:00
parent ea77428b1c
commit c40f18e66f
8 changed files with 118 additions and 20 deletions

View file

@ -112,7 +112,7 @@ namespace NzbDrone.Web.Models
}
[DataType(DataType.Text)]
[DisplayName("Retentions")]
[DisplayName("Retention")]
public int Rentention
{
get;