mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-03-03 21:14:45 +08:00
no log: small fix to get better results in manual search
This commit is contained in:
parent
788b4b33f0
commit
ebcc80e221
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue