synopsis is already listed
This commit is contained in:
parent
7f0c6a0dc2
commit
cda43f1784
2 changed files with 3 additions and 2 deletions
|
@ -33,7 +33,8 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
'user', 'rightslevel', 'timesaccessed',
|
||||
'extension', 'dimensions', 'size', 'matches',
|
||||
'created', 'modified', 'accessed',
|
||||
'random', 'entity'
|
||||
'random', 'entity',
|
||||
'synopsis'
|
||||
],
|
||||
statisticsWidth = 128,
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
),
|
||||
posterKeys = nameKeys.concat(['title', 'year']),
|
||||
displayedKeys = [ // FIXME: can tis be a flag in the config?
|
||||
'title', 'notes', 'name', 'summary', 'id',
|
||||
'title', 'notes', 'name', 'summary', 'synopsis', 'id',
|
||||
'hue', 'saturation', 'lightness', 'cutsperminute', 'volume',
|
||||
'user', 'rightslevel', 'bitrate', 'timesaccessed',
|
||||
'numberoffiles', 'numberofannotations', 'numberofcuts', 'words', 'wordsperminute',
|
||||
|
|
Loading…
Reference in a new issue