mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 13:40:27 +02:00
Removed a variable that was unused in m4b generation
This commit is contained in:
@@ -555,7 +555,6 @@ class ConversionThread(QThread):
|
||||
|
||||
# in case the user picked m4b format, we need to change the output format to wav
|
||||
if self.output_format == "m4b":
|
||||
picked_out_path = out_path
|
||||
out_path = os.path.splitext(out_path)[0] + ".wav"
|
||||
self.output_format = "wav"
|
||||
m4b_picked = True
|
||||
|
||||
Reference in New Issue
Block a user