1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fixed: Properly handle provider delete in UI

This commit is contained in:
Qstick
2021-11-24 07:41:51 -06:00
committed by GitHub
parent c4cf38255e
commit 8b93038937
@@ -14,6 +14,7 @@ function createRemoveItemHandler(section, url) {
const ajaxOptions = {
url: `${url}/${id}?${$.param(queryParams, true)}`,
dataType: 'text',
method: 'DELETE'
};