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

no log: Subf2m Provider: update matcher

Year is already matched within the provider
pull/1991/head v1.1.3-beta.15
Vitiko 2 years ago
parent b369678165
commit 1f7536680a

@ -37,7 +37,7 @@ class Subf2mSubtitle(Subtitle):
self._matches = set(
("title", "year")
if episode_number is None
else ("title", "series", "season", "episode")
else ("title", "series", "year", "season", "episode")
)
def get_matches(self, video):

Loading…
Cancel
Save