forked from 0x2620/pandora
get right data key for hsl
This commit is contained in:
parent
af61df1f00
commit
b4f1b59718
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ pandora.ui.list = function() {
|
||||||
url = '/' + data.id.split('/')[0] + '/' + height + 'p' + data['in'] + '.jpg',
|
url = '/' + data.id.split('/')[0] + '/' + height + 'p' + data['in'] + '.jpg',
|
||||||
sortKey = sort[0].key.split(':').pop(),
|
sortKey = sort[0].key.split(':').pop(),
|
||||||
info = ['hue', 'saturation', 'lightness'].indexOf(sortKey) > -1
|
info = ['hue', 'saturation', 'lightness'].indexOf(sortKey) > -1
|
||||||
? Ox.formatColor(data[sort[0].key], sortKey)
|
? Ox.formatColor(data[sortKey], sortKey)
|
||||||
: data[['title', 'director'].indexOf(sort[0].key) > -1 ? 'year' : sort[0].key];
|
: data[['title', 'director'].indexOf(sort[0].key) > -1 ? 'year' : sort[0].key];
|
||||||
return {
|
return {
|
||||||
height: height,
|
height: height,
|
||||||
|
|
Loading…
Reference in a new issue