forked from 0x2620/pandora
fix productionCompany lookup
This commit is contained in:
parent
223497635e
commit
368d83f3b6
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ pandora.ui.infoView = function(data) {
|
||||||
)
|
)
|
||||||
.appendTo($text);
|
.appendTo($text);
|
||||||
|
|
||||||
data.productionCompany.length && $('<div>')
|
data.productionCompany && $('<div>')
|
||||||
.css(css)
|
.css(css)
|
||||||
.html(
|
.html(
|
||||||
formatKey('studio')
|
formatKey('studio')
|
||||||
|
|
Loading…
Reference in a new issue