mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
parent
9af2f137f4
commit
9b144e9ade
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ import QualityDefinitionLimits from './QualityDefinitionLimits';
|
|||
import styles from './QualityDefinition.css';
|
||||
|
||||
const MIN = 0;
|
||||
const MAX = 400;
|
||||
const MAX = 1000;
|
||||
const MIN_DISTANCE = 1;
|
||||
|
||||
const slider = {
|
||||
|
|
|
@ -77,7 +77,7 @@ export default {
|
|||
|
||||
const promise = createAjaxRequest({
|
||||
method: 'PUT',
|
||||
url: '/qualityDefinition/update',
|
||||
url: '/qualitydefinition/update',
|
||||
data: JSON.stringify(upatedDefinitions),
|
||||
contentType: 'application/json',
|
||||
dataType: 'json'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue