1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

New: Increase max size limit for quality definitions

Closes #7084
This commit is contained in:
Bogdan
2024-08-15 06:20:58 +03:00
committed by GitHub
parent 9af2f137f4
commit 9b144e9ade
2 changed files with 2 additions and 2 deletions
@@ -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'