1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-25 09:12:38 +00:00

Fix typo from last commit

This commit is contained in:
Halali 2019-04-14 07:33:56 +02:00
parent be5e7d9169
commit e24354ce9f

View file

@ -1762,7 +1762,7 @@ def remove_subtitles_movie():
list_missing_subtitles_movies(radarrId) list_missing_subtitles_movies(radarrId)
@route(base_url + 'INNtle', method='POST') @route(base_url + 'get_subtitle', method='POST')
@custom_auth_basic(check_credentials) @custom_auth_basic(check_credentials)
def get_subtitle(): def get_subtitle():
authorize() authorize()