forked from 0x2620/pandora
add itemTitleKeys to config and move getItemTitle to its own file, use everywhere title strings are used
This commit is contained in:
parent
a9091db9ef
commit
fb5a5c5cf7
16 changed files with 41 additions and 49 deletions
|
|
@ -94,7 +94,7 @@ pandora.ui.editPanel = function(isEmbed) {
|
|||
editable: edit.type == 'static' && edit.editable,
|
||||
enableSubtitles: ui.videoSubtitles,
|
||||
formatTitle: function() {
|
||||
return pandora.getItemTitle(Ox.last(arguments));
|
||||
return pandora.getItemTitle(Ox.last(arguments), true);
|
||||
},
|
||||
fullscreen: false,
|
||||
getClipImageURL: function(id, width, height) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue