forked from 0x2620/pandora
fix info view poster
This commit is contained in:
parent
bbb4eb5151
commit
f7b4630a97
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ pandora.ui.listInfo = function() {
|
||||||
|
|
||||||
pandora.ui.posterInfo = function(data) {
|
pandora.ui.posterInfo = function(data) {
|
||||||
var $poster = $('<img>')
|
var $poster = $('<img>')
|
||||||
.attr({src: '/' + data.id + '/poster512.jpg' + data.modified})
|
.attr({src: '/' + data.id + '/poster512.jpg?' + data.modified})
|
||||||
.css(getPosterCSS()),
|
.css(getPosterCSS()),
|
||||||
$text = $('<div>')
|
$text = $('<div>')
|
||||||
.css({
|
.css({
|
||||||
|
|
Loading…
Reference in a new issue