forked from 0x2620/pandora
/ID/frameposterX.jpg should be /ID/posterframeX.jpg, fixes #663
This commit is contained in:
parent
ef3c63badc
commit
c7ad68cab9
2 changed files with 2 additions and 2 deletions
|
|
@ -451,7 +451,7 @@ class Item(models.Model):
|
|||
'index': p,
|
||||
'position': f['position'],
|
||||
'selected': p == pos,
|
||||
'url': '/%s/frameposter%d.jpg' %(self.itemId, p),
|
||||
'url': '/%s/posterframe%d.jpg' %(self.itemId, p),
|
||||
'height': f['height'],
|
||||
'width': f['width']
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue