From 6296b66a3dba0d438371a09b032b60ebf330019b Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 4 Aug 2011 15:50:13 +0200 Subject: [PATCH] check timeline --- pandora/item/models.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandora/item/models.py b/pandora/item/models.py index e706316bd..337224831 100644 --- a/pandora/item/models.py +++ b/pandora/item/models.py @@ -863,6 +863,9 @@ class Item(models.Model): if frame: cmd += [ '-f', frame, + ] + if os.path.exists(timeline): + cmd += [ '-l', timeline, ] if settings.USE_IMDB: