1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Added deleted filter to history

This commit is contained in:
Mark McDowall
2014-09-16 07:14:28 -07:00
parent 4cbb59d4e8
commit 8acc38d9c4
2 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ define(
'all' : [null, null],
'grabbed' : ['eventType', '1'],
'imported' : ['eventType', '3'],
'failed' : ['eventType', '4']
'failed' : ['eventType', '4'],
'deleted' : ['eventType', '5']
},
sortMappings: {