mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11:33 +00:00
feat: filter temporary uploads from stats menu
This commit is contained in:
parent
1592ff3823
commit
3fcb0732a4
@ -167,7 +167,11 @@ self.getUploadsStats = async db => {
|
||||
action: 'filter-uploads-with',
|
||||
actionData: '-is:image -is:video -is:audio'
|
||||
},
|
||||
Temporary: 0,
|
||||
Temporary: {
|
||||
value: 0,
|
||||
action: 'filter-uploads-with',
|
||||
actionData: 'expiry:>0'
|
||||
},
|
||||
'Size in DB': {
|
||||
value: 0,
|
||||
type: Type.BYTE
|
||||
|
Loading…
Reference in New Issue
Block a user