From 8281f62e0d72d36fa4e030810d11a279dda8a63c Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 27 Jul 2013 14:56:23 +0200 Subject: [PATCH] load subtitles on 0xdb --- pandora/item/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/item/models.py b/pandora/item/models.py index ae7d55e1b..cdbe7f81a 100644 --- a/pandora/item/models.py +++ b/pandora/item/models.py @@ -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']