mirror of
https://github.com/mkb79/audible-cli.git
synced 2025-04-18 20:04:53 -04:00
fix: plugin decrypt rebuild-chapters without -c (#205)
This commit is contained in:
parent
1a1f25bc2d
commit
b3adb9a331
1 changed files with 2 additions and 0 deletions
|
@ -520,6 +520,8 @@ class FfmpegFileDecrypter:
|
|||
else:
|
||||
base_cmd.extend(
|
||||
[
|
||||
"-i",
|
||||
str(self._source),
|
||||
"-i",
|
||||
str(metafile),
|
||||
"-map_metadata",
|
||||
|
|
Loading…
Add table
Reference in a new issue