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) {
|
||||
var $poster = $('<img>')
|
||||
.attr({src: '/' + data.id + '/poster512.jpg' + data.modified})
|
||||
.attr({src: '/' + data.id + '/poster512.jpg?' + data.modified})
|
||||
.css(getPosterCSS()),
|
||||
$text = $('<div>')
|
||||
.css({
|
||||
|
|
Loading…
Reference in a new issue