reload if title keys change
This commit is contained in:
parent
4c4bac25a5
commit
baa3b63712
1 changed files with 8 additions and 0 deletions
|
@ -525,6 +525,14 @@ pandora.ui.infoView = function(data) {
|
||||||
}
|
}
|
||||||
pandora.updateItemContext();
|
pandora.updateItemContext();
|
||||||
pandora.$ui.browser.value(result.data.id, key, result.data[key]);
|
pandora.$ui.browser.value(result.data.id, key, result.data[key]);
|
||||||
|
if (
|
||||||
|
Ox.contains([].conact(pandora.site.itemTitleKeys, nameKeys), key)
|
||||||
|
&& ui.icons == 'posters'
|
||||||
|
) {
|
||||||
|
src = pandora.getMediaURL('/' + data.id + '/poster512.jpg?' + Ox.uid());
|
||||||
|
$icon.attr({src: src});
|
||||||
|
$reflectionIcon.attr({src: src});
|
||||||
|
}
|
||||||
pandora.$ui.itemTitle
|
pandora.$ui.itemTitle
|
||||||
.options({
|
.options({
|
||||||
title: '<b>' + result.data.title
|
title: '<b>' + result.data.title
|
||||||
|
|
Loading…
Reference in a new issue