mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-25 01:06:30 +00:00
Size limits step in 30MB increments.
This commit is contained in:
parent
8bb4b06d28
commit
d2e771c9f0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ define(['marionette', 'Mixins/AsModelBoundView', 'jquery.knob'], function (Mario
|
|||
this.ui.knob.knob({
|
||||
min : 0,
|
||||
max : 200,
|
||||
step : 5,
|
||||
step : 1,
|
||||
cursor : 25,
|
||||
width : 150,
|
||||
stopper : true,
|
||||
|
|
Loading…
Reference in a new issue