forked from 0x2620/pandora
dont fail if sort is missing
This commit is contained in:
parent
c364520226
commit
11ad4f9e2c
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ class Item(models.Model):
|
|||
else:
|
||||
self.poster_height = 128
|
||||
self.poster_width = 80
|
||||
if not settings.USE_IMDB:
|
||||
if not settings.USE_IMDB and self.sort:
|
||||
if self.poster_frame == -1 and self.sort.duration:
|
||||
self.poster_frame = self.sort.duration/2
|
||||
update_poster = True
|
||||
|
|
Loading…
Reference in a new issue