not not not

This commit is contained in:
j 2015-09-24 18:23:25 +01:00
parent 96301d6a9c
commit eea9321b2e

View file

@ -1540,7 +1540,7 @@ class Item(models.Model):
existing = self.annotations.filter(layer=layer).exclude(value='')
# only import on 0xdb for now or if forced manually
# since this will remove all existing subtitles
if not (settings.USE_IMDB and existing.count() == 0) or not force:
if not (settings.USE_IMDB and existing.count()) or not force:
self.add_empty_clips()
return False
with transaction.commit_on_success():