synopsis is already listed

This commit is contained in:
j 2020-02-05 17:43:55 +01:00
parent 7f0c6a0dc2
commit cda43f1784
2 changed files with 3 additions and 2 deletions

View file

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

View file

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