xconv: Fix typo

master
Taeyeon Mori 7 years ago
parent 27221f2bf5
commit 721b45b9ff
  1. 2
      lib/python/xconv/profiles/audiobook.py

@ -72,7 +72,7 @@ def apply_stream(stream, defines):
@defines(**abdefines) @defines(**abdefines)
@singleaudio @singleaudio
def audiobook(task, stream, defines): def audiobook(task, stream, defines):
if "ogg" in "defines": if "ogg" in defines:
task.change_format(ext="ogg") task.change_format(ext="ogg")
apply_stream(task.map_stream(stream), defines) apply_stream(task.map_stream(stream), defines)

Loading…
Cancel
Save