diff --git a/bazarr/main.py b/bazarr/main.py index 534ce135b..08a647715 100644 --- a/bazarr/main.py +++ b/bazarr/main.py @@ -1762,7 +1762,7 @@ def remove_subtitles_movie(): list_missing_subtitles_movies(radarrId) -@route(base_url + 'INNtle', method='POST') +@route(base_url + 'get_subtitle', method='POST') @custom_auth_basic(check_credentials) def get_subtitle(): authorize()