This commit is contained in:
Vitiko 2024-07-26 18:59:40 -04:00
parent 2658638f38
commit e4429e1a41

View file

@ -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: