Fixed strange typo with JellyFin webhook.

This commit is contained in:
McCloudS
2024-03-19 20:03:48 -06:00
committed by GitHub
parent 4fae66405f
commit 8350f3b7cc

View File

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