This commit is contained in:
Louis Vézina 2020-05-20 11:29:49 -04:00
parent 376e13d7f1
commit 51d9d6fb4f
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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: