forked from 0x2620/pandora
fix merge with
This commit is contained in:
parent
87de67be98
commit
e8a13b4e4d
1 changed files with 1 additions and 0 deletions
|
@ -389,6 +389,7 @@ class Item(models.Model):
|
|||
if q.count() != 0:
|
||||
if utils.is_imdb_id(self.public_id):
|
||||
self.oxdbId = None
|
||||
self.update_sort()
|
||||
q[0].merge_with(self, save=False)
|
||||
else:
|
||||
n = 1
|
||||
|
|
Loading…
Reference in a new issue