mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-25 07:15:56 +08:00
Fix for release not split correctly with addic7ed.
This commit is contained in:
parent
dd93072274
commit
628a4bdc9f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Addic7edSubtitle(_Addic7edSubtitle):
|
|||
download_link):
|
||||
super(Addic7edSubtitle, self).__init__(language, hearing_impaired, page_link, series, season, episode,
|
||||
title, year, version, download_link)
|
||||
self.release_info = version
|
||||
self.release_info = version.replace('+', ',')
|
||||
|
||||
def get_matches(self, video):
|
||||
matches = super(Addic7edSubtitle, self).get_matches(video)
|
||||
|
|
Loading…
Reference in a new issue