diff --git a/plugin_cmds/cmd_decrypt.py b/plugin_cmds/cmd_decrypt.py index 8a09304a..489055b3 100644 --- a/plugin_cmds/cmd_decrypt.py +++ b/plugin_cmds/cmd_decrypt.py @@ -495,6 +495,12 @@ def run(self): except ChapterError: if self._skip_rebuild_chapters: echo("Skip rebuild chapters due to chapter mismatch.") + base_cmd.extend( + [ + "-i", + str(self._source), + ] + ) else: raise else: