forked from 0x2620/pandora
update indiancinema config and info
This commit is contained in:
parent
f96eae1bf5
commit
8fc8207776
2 changed files with 1 additions and 19 deletions
|
@ -725,8 +725,8 @@
|
|||
},
|
||||
"filters": [
|
||||
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "language", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "year", "sort": [{"key": "name", "operator": "+"}]},
|
||||
{"id": "language", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "productioncompany", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "genre", "sort": [{"key": "items", "operator": "-"}]}
|
||||
],
|
||||
|
|
|
@ -462,24 +462,6 @@ pandora.ui.infoView = function(data) {
|
|||
.appendTo($statistics);
|
||||
}
|
||||
|
||||
// Mainstream Score, Arthouse Score ----------------------------------------
|
||||
|
||||
['votes', 'likes'].forEach(function(key) {
|
||||
var value = data[key] || 0;
|
||||
$('<div>')
|
||||
.css({marginBottom: '4px'})
|
||||
.append(
|
||||
formatKey(
|
||||
key == 'votes' ? 'Mainstream Score' : 'Arthouse Score', true
|
||||
)
|
||||
)
|
||||
.append(
|
||||
Ox.Theme.formatColorPercent(value, 1, true)
|
||||
.css({textAlign: 'right'})
|
||||
)
|
||||
.appendTo($statistics);
|
||||
});
|
||||
|
||||
// Duration, Aspect Ratio --------------------------------------------------
|
||||
|
||||
['duration', 'aspectratio'].forEach(function(key) {
|
||||
|
|
Loading…
Reference in a new issue