revert 85fd930 not needed

This commit is contained in:
j 2021-11-24 17:11:40 +01:00
parent 85fd930360
commit 723c4e3f42
1 changed files with 0 additions and 1 deletions

View File

@ -294,7 +294,6 @@ class Item(models.Model):
self.data[key] = data[key]
else:
self.data[key] = ox.escape_html(data[key])
self.cache = self.json()
p = self.save()
if not settings.USE_IMDB and list(filter(lambda k: k in self.poster_keys, data)):
if is_task: