forked from 0x2620/pandora
add empty canPlay options to all config files
This commit is contained in:
parent
33bb24b8ef
commit
fa70e88edd
2 changed files with 10 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
||||||
"annotations": {
|
"annotations": {
|
||||||
"showUsers": true
|
"showUsers": true
|
||||||
},
|
},
|
||||||
|
"cantPlay": {
|
||||||
|
"icon": "",
|
||||||
|
"link": "",
|
||||||
|
"text": ""
|
||||||
|
},
|
||||||
/*
|
/*
|
||||||
Capabilities are per user level.
|
Capabilities are per user level.
|
||||||
They can either be general:
|
They can either be general:
|
||||||
|
|
|
@ -10,6 +10,11 @@
|
||||||
"annotations": {
|
"annotations": {
|
||||||
"showUsers": true
|
"showUsers": true
|
||||||
},
|
},
|
||||||
|
"cantPlay": {
|
||||||
|
"icon": "",
|
||||||
|
"link": "",
|
||||||
|
"text": ""
|
||||||
|
},
|
||||||
/*
|
/*
|
||||||
Capabilities are per user level.
|
Capabilities are per user level.
|
||||||
They can either be general:
|
They can either be general:
|
||||||
|
|
Loading…
Reference in a new issue