mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Quality size sliders are implemented. Limits are calculated based on MB/Minute.
This commit is contained in:
@@ -14,5 +14,12 @@ namespace NzbDrone.Web.Models
|
||||
public int DefaultQualityProfileId { get; set; }
|
||||
|
||||
public SelectList QualityProfileSelectList { get; set; }
|
||||
|
||||
public int SdtvMaxSize { get; set; }
|
||||
public int DvdMaxSize { get; set; }
|
||||
public int HdtvMaxSize { get; set; }
|
||||
public int WebdlMaxSize { get; set; }
|
||||
public int Bluray720pMaxSize { get; set; }
|
||||
public int Bluray1080pMaxSize { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user