fix view
This commit is contained in:
parent
ba1a288636
commit
fdfb8e1968
1 changed files with 7 additions and 2 deletions
|
|
@ -249,6 +249,12 @@ pandora.ui.infoView = function(data, isMixed) {
|
||||||
// Director, Year and Country, Language --------------------------------
|
// Director, Year and Country, Language --------------------------------
|
||||||
|
|
||||||
renderGroup(['director', 'year']);
|
renderGroup(['director', 'year']);
|
||||||
|
|
||||||
|
renderGroup(['type', 'chapter']);
|
||||||
|
renderGroup(['tags']);
|
||||||
|
|
||||||
|
renderGroup(['adjustvolume']);
|
||||||
|
renderGroup(['model', 'firstframe', 'lastframe']);
|
||||||
|
|
||||||
// Render any remaing keys defined in config
|
// Render any remaing keys defined in config
|
||||||
|
|
||||||
|
|
@ -293,8 +299,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
||||||
if (data.type?.join('').includes('ai:')) {
|
if (data.type?.join('').includes('ai:')) {
|
||||||
$('<div>').addClass('ai-preview').appendTo($text);
|
$('<div>').addClass('ai-preview').appendTo($text);
|
||||||
}
|
}
|
||||||
if (data.type?.includes('source')) {
|
if (data.type?.includes('source') && !isMultiple) {
|
||||||
|
|
||||||
$('<a>').attr({
|
$('<a>').attr({
|
||||||
href: 'https://power-video.rmozone.com/#ox/' + data.id,
|
href: 'https://power-video.rmozone.com/#ox/' + data.id,
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue