mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Added Timer, will hold timer information for RSS Sync and eventually backlog searching.
Attempt at styling configuration page, lots of work to go though.
This commit is contained in:
parent
e199843c92
commit
63336ed58d
9 changed files with 202 additions and 88 deletions
|
@ -24,6 +24,15 @@ namespace NzbDrone.Web.Models
|
|||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
[DataType(DataType.Text)]
|
||||
[DisplayName("Initial Quality")]
|
||||
public int Quality
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Indexer Settings
|
||||
|
@ -113,7 +122,7 @@ namespace NzbDrone.Web.Models
|
|||
|
||||
[DataType(DataType.Text)]
|
||||
[DisplayName("Retention")]
|
||||
public int Rentention
|
||||
public int Retention
|
||||
{
|
||||
get;
|
||||
set;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue