mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-23 06:16:36 +08:00
Fix typo.
This commit is contained in:
parent
7c75ae7615
commit
eb04192ce5
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ def update_series():
|
||||||
'audio_language': profile_id_to_language((show['qualityProfileId'] if sonarr_version.startswith('2') else show['languageProfileId']), audio_profiles),
|
'audio_language': profile_id_to_language((show['qualityProfileId'] if sonarr_version.startswith('2') else show['languageProfileId']), audio_profiles),
|
||||||
'sort_title': show['sortTitle'],
|
'sort_title': show['sortTitle'],
|
||||||
'year': show['year'],
|
'year': show['year'],
|
||||||
'alternate_title': alternateTitles})
|
'alternate_titles': alternateTitles})
|
||||||
|
|
||||||
# Update existing series in DB
|
# Update existing series in DB
|
||||||
series_in_db_list = []
|
series_in_db_list = []
|
||||||
|
|
Loading…
Reference in a new issue