mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-25 01:02:19 +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)
|
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…
Reference in a new issue