mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 14:47:16 -04:00
Fix search languages for analytics.
This commit is contained in:
parent
c4ca5ab533
commit
d3cc56dd95
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ def manual_search(path, language, hi, forced, providers, providers_auth, sceneNa
|
|||
throttle_callback=provider_throttle,
|
||||
language_hook=None) # fixme
|
||||
for provider in providers:
|
||||
track_event(category=provider, action='search', label=language_from_alpha3(language[0]))
|
||||
track_event(category=provider, action='search', label=language_from_alpha3(lang))
|
||||
else:
|
||||
subtitles = []
|
||||
logging.info("BAZARR All providers are throttled")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue