fix last clip begin

This commit is contained in:
jb-alvarado 2018-02-05 09:15:19 +01:00
parent 6772fb5936
commit 88994f37f0

View File

@ -346,6 +346,7 @@ def iter_src_commands():
break
else:
# last clip in playlist
begin = float(_playlist.start * 3600 - 5)
src_cmd = prepare_last_clip(clip_nodes[-1])
last_time = begin
list_date = get_date(True)