Skip to content

Commit

Permalink
no log: small fix to get better results in manual search
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed Oct 12, 2021
1 parent 788b4b3 commit ebcc80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/subliminal_patch/providers/titrari.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(self, language, download_link, sid, comments, title, imdb_id, page_
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
Expand Down

0 comments on commit ebcc80e

Please sign in to comment.