load subtitles on 0xdb

This commit is contained in:
j 2013-07-27 14:56:23 +02:00
parent 0606b09ec6
commit 8281f62e0d

View file

@ -1305,7 +1305,7 @@ class Item(models.Model):
return
# only import on 0xdb for now or if forced manually
# since this will remove all existing subtitles
if not force or not settings.USE_IMDB:
if not settings.USE_IMDB and not force:
return False
with transaction.commit_on_success():
layer = subtitles['id']