mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Added WEBDL 1080p
New: WEBDL 720p and 1080p are now separated
This commit is contained in:
parent
b40c6ba7b8
commit
09665c2920
17 changed files with 92 additions and 55 deletions
|
@ -18,7 +18,8 @@ namespace NzbDrone.Web.Models
|
|||
public int SdtvMaxSize { get; set; }
|
||||
public int DvdMaxSize { get; set; }
|
||||
public int HdtvMaxSize { get; set; }
|
||||
public int WebdlMaxSize { get; set; }
|
||||
public int Webdl720pMaxSize { get; set; }
|
||||
public int Webdl1080pMaxSize { get; set; }
|
||||
public int Bluray720pMaxSize { get; set; }
|
||||
public int Bluray1080pMaxSize { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue