Skip to content

Commit b3adb9a

Browse files
authored
fix: plugin decrypt rebuild-chapters without -c (#205)
1 parent 1a1f25b commit b3adb9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin_cmds/cmd_decrypt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,8 @@ def run(self):
520520
else:
521521
base_cmd.extend(
522522
[
523+
"-i",
524+
str(self._source),
523525
"-i",
524526
str(metafile),
525527
"-map_metadata",

0 commit comments

Comments
 (0)