forked from 0x2620/pandora
totals admin: true -> capability, fixes #2504
This commit is contained in:
parent
dd2fca85a4
commit
991ef93876
5 changed files with 13 additions and 14 deletions
|
|
@ -749,9 +749,9 @@
|
|||
"totals": [
|
||||
{"id": "items"},
|
||||
{"id": "runtime"},
|
||||
{"id": "files", "admin": true},
|
||||
{"id": "duration", "admin": true},
|
||||
{"id": "size", "admin": true},
|
||||
{"id": "files", "capability": "canSeeMedia"},
|
||||
{"id": "duration", "capability": "canSeeMedia"},
|
||||
{"id": "size", "capability": "canSeeMedia"},
|
||||
{"id": "pixels"}
|
||||
],
|
||||
"tv": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue