diff --git a/subgen/subgen.py b/subgen/subgen.py index 151bffd..5f8d5bd 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -80,7 +80,7 @@ def handle_get_request(request: Request): @app.post("/webhook") async def print_warning(): - print("*** This is the legacy webhook. You need to update to webhook urls to end in plex, tautulli, or jellyfin instead of webhook. ***") + print("*** This is the legacy webhook. You need to update to webhook urls to end in plex, tautulli, emby, or jellyfin instead of webhook. ***") return "" @app.post("/tautulli")