add default values to items without imdb

This commit is contained in:
j 2014-02-24 16:54:58 +05:30
commit a1acc6b3aa
2 changed files with 13 additions and 0 deletions

View file

@ -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
},