forked from 0x2620/pandora
some fixes for info view
This commit is contained in:
parent
3e151a1a86
commit
1523a81007
4 changed files with 44 additions and 29 deletions
|
|
@ -444,6 +444,8 @@ class Item(models.Model):
|
|||
|
||||
if not keys or 'poster' in keys:
|
||||
i['poster'] = self.get_poster()
|
||||
|
||||
#only needed by admins
|
||||
if keys and 'posters' in keys:
|
||||
i['posters'] = self.get_posters()
|
||||
if keys and 'frames' in keys:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue