mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-24 08:43:01 +00:00
Fix typo from last commit
This commit is contained in:
parent
be5e7d9169
commit
e24354ce9f
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue