mirror of https://github.com/Radarr/Radarr
remove removeHandler net6 serialization frontend hack
This commit is contained in:
parent
6359ed5757
commit
a418111245
|
@ -14,7 +14,6 @@ function createRemoveItemHandler(section, url) {
|
|||
|
||||
const ajaxOptions = {
|
||||
url: `${url}/${id}?${$.param(queryParams, true)}`,
|
||||
dataType: 'text',
|
||||
method: 'DELETE'
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue