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.")