Fix typo.

This commit is contained in:
Louis Vézina 2019-10-07 14:50:31 -04:00
parent 7c75ae7615
commit eb04192ce5
1 changed files with 1 additions and 1 deletions

View File

@ -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),
'sort_title': show['sortTitle'],
'year': show['year'],
'alternate_title': alternateTitles})
'alternate_titles': alternateTitles})
# Update existing series in DB
series_in_db_list = []