check timeline

This commit is contained in:
j 2011-08-04 15:50:13 +02:00
parent 40b3439a86
commit 6296b66a3d

View file

@ -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: