forked from 0x2620/pandora
remove striped poster
This commit is contained in:
parent
499b6ac204
commit
ed6bcebae6
4 changed files with 3 additions and 2 deletions
|
|
@ -947,7 +947,8 @@ class Item(models.Model):
|
|||
if settings.USE_IMDB:
|
||||
if len(self.itemId) == 7:
|
||||
cmd += ['-i', self.itemId]
|
||||
cmd += ['-o', self.oxdbId]
|
||||
oxdbId = self.oxdbId or self.oxdb_id() or self.ItemId
|
||||
cmd += ['-o', oxdbId]
|
||||
else:
|
||||
cmd += ['-i', self.itemId]
|
||||
ox.makedirs(os.path.join(settings.MEDIA_ROOT,self.path()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue