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

no log: small fix to get better results in manual search

pull/1582/head v1.0.0
morpheus65535 4 years ago
parent 788b4b33f0
commit ebcc80e221

@ -59,7 +59,7 @@ class TitrariSubtitle(Subtitle):
self.uploader = uploader
self.year = year
self.download_count = download_count
self.comments = self.releases = self.release_info = " /".join(comments.split(","))
self.comments = self.releases = self.release_info = comments
self.matches = None
self.is_episode = is_episode
self.desired_episode = desired_episode

Loading…
Cancel
Save