Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/e82dcb48bcef51243130bf094649b2696985e34c You should set ROOT_URL correctly, otherwise the web may not work correctly.

no log: Argenteam Provider: add default match

pull/1991/head v1.1.3-beta.17
Vitiko 2 years ago
parent 52760d8bc7
commit e82dcb48bc

@ -118,7 +118,7 @@ class ArgenteamProvider(Provider, ProviderSubtitleArchiveMixin):
# Already matched within query
if is_episode:
matches = {"series", "title", "season", "episode", "imdb_id"}
matches = {"series", "title", "season", "episode", "imdb_id", "year"}
else:
matches = {"title", "year", "imdb_id"}

Loading…
Cancel
Save