mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-20 13:07:03 +00:00
WIP
This commit is contained in:
parent
376e13d7f1
commit
51d9d6fb4f
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ defaults = {
|
|||
'movie_default_hi': 'False',
|
||||
'movie_default_forced': 'False',
|
||||
'page_size': '25',
|
||||
'page_size_manual_search': '5',
|
||||
'page_size_manual_search': '10',
|
||||
'minimum_score_movie': '70',
|
||||
'use_embedded_subs': 'True',
|
||||
'utf8_encode': 'True',
|
||||
|
|
|
@ -440,7 +440,7 @@ def manual_download_subtitle(path, language, audio_language, hi, forced, subtitl
|
|||
downloaded_path = saved_subtitle.storage_path
|
||||
logging.debug('BAZARR Subtitles file saved to disk: ' + downloaded_path)
|
||||
is_forced_string = " forced" if subtitle.language.forced else ""
|
||||
message = downloaded_language + is_forced_string + " Subtitles downloaded from " + downloaded_provider + " with a score of " + str(
|
||||
message = downloaded_language + is_forced_string + " subtitles downloaded from " + downloaded_provider + " with a score of " + str(
|
||||
score) + "% using manual search."
|
||||
|
||||
if use_postprocessing is True:
|
||||
|
|
Loading…
Reference in a new issue