From e24354ce9fdfde8f538b7a2d055caf4f110c9773 Mon Sep 17 00:00:00 2001 From: Halali Date: Sun, 14 Apr 2019 07:33:56 +0200 Subject: [PATCH] Fix typo from last commit --- bazarr/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()