forked from 0x2620/pandora
use from/toAZ
This commit is contained in:
parent
e13f67624d
commit
cea86aee43
17 changed files with 28 additions and 28 deletions
|
|
@ -264,7 +264,7 @@ class Item(models.Model):
|
|||
self.itemId = str(uuid.uuid1())
|
||||
super(Item, self).save(*args, **kwargs)
|
||||
if not settings.USE_IMDB:
|
||||
self.itemId = ox.to26(self.id)
|
||||
self.itemId = ox.toAZ(self.id)
|
||||
|
||||
#this does not work if another item without imdbid has the same metadata
|
||||
oxdbId = self.oxdb_id()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue