From 8350f3b7cc25fca3a7680fb0e91d2e57dca95c45 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Tue, 19 Mar 2024 20:03:48 -0600 Subject: [PATCH] Fixed strange typo with JellyFin webhook. --- subgen/subgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subgen/subgen.py b/subgen/subgen.py index cc2dc51..8705b4f 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -267,7 +267,7 @@ def receive_jellyfin_webhook( fullpath = get_jellyfin_file_name(ItemId, jellyfinserver, jellyfintoken) logging.debug(f"Path of file: {fullpath}") - titles(path_mapping(fullpath), transcribe_or_translate, True) + gen_subtitles(path_mapping(fullpath), transcribe_or_translate, True) try: refresh_jellyfin_metadata(ItemId, jellyfinserver, jellyfintoken) logging.info(f"Metadata for item {ItemId} refreshed successfully.")