load subtitles on 0xdb
This commit is contained in:
parent
0606b09ec6
commit
8281f62e0d
1 changed files with 1 additions and 1 deletions
|
@ -1305,7 +1305,7 @@ class Item(models.Model):
|
||||||
return
|
return
|
||||||
# only import on 0xdb for now or if forced manually
|
# only import on 0xdb for now or if forced manually
|
||||||
# since this will remove all existing subtitles
|
# 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
|
return False
|
||||||
with transaction.commit_on_success():
|
with transaction.commit_on_success():
|
||||||
layer = subtitles['id']
|
layer = subtitles['id']
|
||||||
|
|
Loading…
Reference in a new issue