mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Quality size sliders are implemented. Limits are calculated based on MB/Minute.
This commit is contained in:
parent
4b2427ade7
commit
8c06dde28a
10 changed files with 188 additions and 31 deletions
|
@ -17,8 +17,8 @@ namespace NzbDrone.Core.Datastore.Migrations
|
|||
{
|
||||
new Column("QualityTypeId", DbType.Int32, ColumnProperty.PrimaryKey),
|
||||
new Column("Name", DbType.String, ColumnProperty.NotNull),
|
||||
new Column("MinSize", DbType.Int64, ColumnProperty.NotNull),
|
||||
new Column("MaxSize", DbType.Int64, ColumnProperty.NotNull)
|
||||
new Column("MinSize", DbType.Int32, ColumnProperty.NotNull),
|
||||
new Column("MaxSize", DbType.Int32, ColumnProperty.NotNull)
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue