Skip to content

Commit

Permalink
Merge pull request #292 from yermak/issue/291_wrong_bitrate
Browse files Browse the repository at this point in the history
Fixed output bitrate
  • Loading branch information
yermak committed Aug 22, 2021
2 parents 1817f49 + f47332a commit 6f752bf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,7 +99,7 @@ public ConversionGroup detach() {
conversionGroup.setPosters(new ArrayList<>(posters));
conversionGroup.setBook(book.get());
conversionGroup.setBookInfo(bookInfo.get());
conversionGroup.setOutputParameters(outputParameters.get());
conversionGroup.setOutputParameters(new OutputParameters(outputParameters.get()));
conversionGroup.setDetached(true);

ConversionGroup newConversionGroup = new ConversionGroup();
Expand Down

0 comments on commit 6f752bf

Please sign in to comment.