Fix validity check of series dvd with only one episode
This commit is contained in:
parent
11a23466ec
commit
901baae755
@ -96,7 +96,7 @@ def is_series_title_valid(title):
|
|||||||
else:
|
else:
|
||||||
episode_to = episode_from
|
episode_to = episode_from
|
||||||
|
|
||||||
if episode_from < episode_to:
|
if episode_from <= episode_to:
|
||||||
return True
|
return True
|
||||||
except:
|
except:
|
||||||
return False
|
return False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user