forked from 0x2620/pandora
better ui name
This commit is contained in:
parent
87c7797181
commit
af09508a87
2 changed files with 3 additions and 3 deletions
|
|
@ -1197,7 +1197,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"preferences": "",
|
||||
"tv": ""
|
||||
},
|
||||
"previewView": "poster",
|
||||
"preview": "poster",
|
||||
"section": "items",
|
||||
"sequenceMode": "shape",
|
||||
"sequenceSort": [{"key": "director", "operator": "+"}],
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
pandora.ui.previewDialog = function() {
|
||||
if (pandora.user.ui.previewView == "poster") {
|
||||
if (pandora.user.ui.preview == "poster") {
|
||||
return pandora.ui.previewPoster()
|
||||
} else if (pandora.user.ui.previewView == "player") {
|
||||
} else if (pandora.user.ui.preview == "player") {
|
||||
return pandora.ui.previewPlayer()
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue