Fixed type in Emby webhook as well.

This commit is contained in:
McCloudS
2024-03-19 20:05:37 -06:00
committed by GitHub
parent 95d4e0f906
commit 977285ada2

View File

@@ -294,7 +294,7 @@ def receive_emby_webhook(
if((event == "library.new" and procaddedmedia) or (event == "playback.start" and procmediaonplay)):
logging.debug("Path of file: " + fullpath)
titles(path_mapping(fullpath), transcribe_or_translate, True)
gen_subtitles(path_mapping(fullpath), transcribe_or_translate, True)
else:
return {"This doesn't appear to be a properly configured Emby webhook, please review the instructions again!"}