|
|
@ -85,7 +85,7 @@ def update_series():
|
|
|
|
'overview': unicode(overview),
|
|
|
|
'overview': unicode(overview),
|
|
|
|
'poster': unicode(poster),
|
|
|
|
'poster': unicode(poster),
|
|
|
|
'fanart': unicode(fanart),
|
|
|
|
'fanart': unicode(fanart),
|
|
|
|
'audio_language': unicode(profile_id_to_language((show['qualityProfileId'] if sonarr_version == 2 else show['languageProfileId']), audio_profiles)),
|
|
|
|
'audio_language': unicode(profile_id_to_language((show['qualityProfileId'] if get_sonarr_version().startswith('2') else show['languageProfileId']), audio_profiles)),
|
|
|
|
'sort_title': unicode(show['sortTitle']),
|
|
|
|
'sort_title': unicode(show['sortTitle']),
|
|
|
|
'year': unicode(show['year']),
|
|
|
|
'year': unicode(show['year']),
|
|
|
|
'alternate_titles': unicode(alternateTitles)})
|
|
|
|
'alternate_titles': unicode(alternateTitles)})
|
|
|
|