mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-15 00:18:48 +00:00
Merge branch 'master' into development
This commit is contained in:
commit
e99b7b06c8
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ def download_subtitle(path, language, hi, providers, providers_auth, sceneName,
|
|||
downloaded_language_code3 = language
|
||||
downloaded_path = result[1]
|
||||
if used_sceneName == True:
|
||||
message = downloaded_language + " subtitles downloaded from " + downloaded_provider + " with a score of " + unicode(score) + "% using this scene name obtained from Sonarr: " + sceneName
|
||||
message = downloaded_language + " subtitles downloaded from " + downloaded_provider + " with a score of " + unicode(score) + "% using this scene name: " + sceneName
|
||||
else:
|
||||
message = downloaded_language + " subtitles downloaded from " + downloaded_provider + " with a score of " + unicode(score) + "% using filename guessing."
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue