mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 14:51:17 +00:00
remove removeHandler net6 serialization frontend hack
This commit is contained in:
parent
6359ed5757
commit
a418111245
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ function createRemoveItemHandler(section, url) {
|
|||
|
||||
const ajaxOptions = {
|
||||
url: `${url}/${id}?${$.param(queryParams, true)}`,
|
||||
dataType: 'text',
|
||||
method: 'DELETE'
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue