mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Quality size settings save now, with fancy messages
This commit is contained in:
parent
30827e91b6
commit
af88bcdbf3
5 changed files with 230 additions and 6 deletions
|
@ -5,6 +5,7 @@ namespace NzbDrone.Api.Qualities
|
|||
{
|
||||
public class QualitySizeResource : RestResource
|
||||
{
|
||||
public Int32 QualityId { get; set; }
|
||||
public String Name { get; set; }
|
||||
public Int32 MinSize { get; set; }
|
||||
public Int32 MaxSize { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue