Fix typo from last commit

pull/427/head
Halali 6 years ago
parent be5e7d9169
commit e24354ce9f

@ -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()

Loading…
Cancel
Save