no extra duration

This commit is contained in:
jb-alvarado 2021-02-18 11:28:46 +01:00
parent 871b3c2c05
commit b4a35d7bee

View File

@ -768,7 +768,7 @@ def gen_filler(node):
"""
probe = MediaProbe()
probe.load(_storage.filler)
duration = node['out'] - node['seek'] + 1
duration = node['out'] - node['seek']
node['probe'] = probe