Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/df9f49e0121811ff8c2c5e3d9dc776311e3f718b You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/543/head
Louis Vézina 6 years ago
parent 2e950a14f6
commit df9f49e012

@ -85,7 +85,7 @@ def update_series():
'overview': unicode(overview),
'poster': unicode(poster),
'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']),
'year': unicode(show['year']),
'alternate_titles': unicode(alternateTitles)})

Loading…
Cancel
Save