Skip to content

Commit

Permalink
fix: plugin decrypt rebuild-chapters without -c (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-tub authored May 2, 2024
1 parent 1a1f25b commit b3adb9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin_cmds/cmd_decrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,8 @@ def run(self):
else:
base_cmd.extend(
[
"-i",
str(self._source),
"-i",
str(metafile),
"-map_metadata",
Expand Down

0 comments on commit b3adb9a

Please sign in to comment.