mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-04 05:52:24 +08:00
no log: other improvement to LegendasDivx
This commit is contained in:
parent
f53ef40d57
commit
0f31c9858b
1 changed files with 3 additions and 1 deletions
|
@ -437,7 +437,9 @@ class LegendasdivxProvider(Provider):
|
|||
if subtitle.video.episode != _guess['episode'] or subtitle.video.season != _guess['season']:
|
||||
logger.debug('Legendasdivx.pt :: subtitle does not match video, skipping')
|
||||
continue
|
||||
|
||||
else:
|
||||
logger.debug('Legendasdivx.pt :: no "season" and/or "episode" on "_guess" , skipping')
|
||||
continue
|
||||
matches = set()
|
||||
matches |= guess_matches(subtitle.video, _guess)
|
||||
logger.debug('Legendasdivx.pt :: sub matches: %s', matches)
|
||||
|
|
Loading…
Reference in a new issue