mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-01 12:08:13 +00:00
no log: Fix #2578
This commit is contained in:
parent
2658638f38
commit
e4429e1a41
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def _get_matching_sub(
|
|||
guess = guessit(sub_name, options=guess_options)
|
||||
|
||||
matched_episode_num = guess.get("episode")
|
||||
if matched_episode_num:
|
||||
if not matched_episode_num:
|
||||
logger.debug("No episode number found in file: %s", sub_name)
|
||||
|
||||
if episode_title is not None:
|
||||
|
|
Loading…
Reference in a new issue