mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
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:
@@ -112,7 +112,7 @@ namespace NzbDrone.Web.Models
|
||||
}
|
||||
|
||||
[DataType(DataType.Text)]
|
||||
[DisplayName("Retentions")]
|
||||
[DisplayName("Retention")]
|
||||
public int Rentention
|
||||
{
|
||||
get;
|
||||
|
Reference in New Issue
Block a user