mirror of
https://github.com/Radarr/Radarr
synced 2025-12-27 18:54:03 +01:00
Fix event ids for history custom filters
This commit is contained in:
parent
b6001238e5
commit
67e6e129ff
1 changed files with 3 additions and 3 deletions
|
|
@ -23,19 +23,19 @@ const EVENT_TYPE_OPTIONS = [
|
|||
},
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
id: 6,
|
||||
get name() {
|
||||
return translate('Deleted');
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
id: 8,
|
||||
get name() {
|
||||
return translate('Renamed');
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
id: 9,
|
||||
get name() {
|
||||
return translate('Ignored');
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue