add default values to items without imdb
This commit is contained in:
parent
ab2949f815
commit
a1acc6b3aa
2 changed files with 13 additions and 0 deletions
|
|
@ -359,6 +359,7 @@
|
|||
"title": "Mainstream Score",
|
||||
"type": "float",
|
||||
"columnWidth": 60,
|
||||
"default" 0,
|
||||
"format": {"type": "ColorPercent", "args": [1, true]},
|
||||
"sort": true
|
||||
},
|
||||
|
|
@ -367,6 +368,7 @@
|
|||
"title": "Arthouse Score",
|
||||
"type": "float",
|
||||
"columnWidth": 60,
|
||||
"default" 0,
|
||||
"format": {"type": "ColorPercent", "args": [1, true]},
|
||||
"sort": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue