diff --git a/lib/python/xconv/profiles/audiobook.py b/lib/python/xconv/profiles/audiobook.py index 9243183..d09c190 100644 --- a/lib/python/xconv/profiles/audiobook.py +++ b/lib/python/xconv/profiles/audiobook.py @@ -72,7 +72,7 @@ def apply_stream(stream, defines): @defines(**abdefines) @singleaudio def audiobook(task, stream, defines): - if "ogg" in "defines": + if "ogg" in defines: task.change_format(ext="ogg") apply_stream(task.map_stream(stream), defines)