forked from 0x2620/pandora
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:
|
||||
cmd += [
|
||||
'-f', frame,
|
||||
]
|
||||
if os.path.exists(timeline):
|
||||
cmd += [
|
||||
'-l', timeline,
|
||||
]
|
||||
if settings.USE_IMDB:
|
||||
|
|
Loading…
Reference in a new issue