mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Track fully imported downloads in separate history table
New: Improved detection of already imported downloads Closes #232
This commit is contained in:
@@ -131,17 +131,6 @@ export const defaultState = {
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
key: 'downloadImported',
|
||||
label: 'Download Imported',
|
||||
filters: [
|
||||
{
|
||||
key: 'eventType',
|
||||
value: '8',
|
||||
type: filterTypes.EQUAL
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
key: 'deleted',
|
||||
label: 'Deleted',
|
||||
|
||||
Reference in New Issue
Block a user