check timeline
This commit is contained in:
parent
40b3439a86
commit
6296b66a3d
1 changed files with 3 additions and 0 deletions
|
@ -863,6 +863,9 @@ class Item(models.Model):
|
||||||
if frame:
|
if frame:
|
||||||
cmd += [
|
cmd += [
|
||||||
'-f', frame,
|
'-f', frame,
|
||||||
|
]
|
||||||
|
if os.path.exists(timeline):
|
||||||
|
cmd += [
|
||||||
'-l', timeline,
|
'-l', timeline,
|
||||||
]
|
]
|
||||||
if settings.USE_IMDB:
|
if settings.USE_IMDB:
|
||||||
|
|
Loading…
Reference in a new issue