duration not needed for subtitle updates

This commit is contained in:
j 2024-04-02 11:30:46 +02:00
commit f8bb75cd5b
2 changed files with 0 additions and 2 deletions

View file

@ -606,7 +606,6 @@ def update_subtitles(options):
import item.models
prefix = Path(options['prefix'])
duration = int(options['duration'])
base = int(options['offset'])
lang = options["lang"]
if lang and "," in lang: