mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
feat: Add support for series metadata and closing outro in audio conversion
This commit is contained in:
@@ -80,3 +80,15 @@ def test_resolve_voice_setting_handles_profile_reference():
|
||||
assert voice == "af_nova*0.5+am_liam*0.5"
|
||||
assert profile_name == "Blend"
|
||||
assert language == "b"
|
||||
|
||||
|
||||
def test_apply_prepare_form_updates_closing_outro_flag():
|
||||
pending = _make_pending_job()
|
||||
pending.read_closing_outro = True
|
||||
form = MultiDict({
|
||||
"read_closing_outro": "false",
|
||||
})
|
||||
|
||||
_apply_prepare_form(pending, form)
|
||||
|
||||
assert pending.read_closing_outro is False
|
||||
|
||||
Reference in New Issue
Block a user