mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 11:48:26 -07:00
Quality Profile now uses jQuery UI Selectable instead of Sortable.
This commit is contained in:
parent
72e73b7513
commit
556d5d9fb3
7 changed files with 147 additions and 100 deletions
|
@ -17,6 +17,6 @@ namespace NzbDrone.Web.Models
|
|||
[Description("Should NzbDrone download proper releases (to replace non-proper files)?")]
|
||||
public bool DownloadPropers { get; set; }
|
||||
|
||||
public SelectList SelectList { get; set; }
|
||||
public SelectList QualityProfileSelectList { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue