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

remove removeHandler net6 serialization frontend hack

This commit is contained in:
Qstick
2021-12-19 20:39:45 -06:00
committed by GitHub
parent 6359ed5757
commit a418111245
@@ -14,7 +14,6 @@ function createRemoveItemHandler(section, url) {
const ajaxOptions = {
url: `${url}/${id}?${$.param(queryParams, true)}`,
dataType: 'text',
method: 'DELETE'
};