/ID/frameposterX.jpg should be /ID/posterframeX.jpg, fixes #663

This commit is contained in:
j 2012-06-11 10:30:29 +02:00
commit c7ad68cab9
2 changed files with 2 additions and 2 deletions

View file

@ -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']
})