This commit is contained in:
parent
64e5eb10c7
commit
c2d80bd9a5
@ -91,7 +91,7 @@ def thetvdb_episode(episode):
|
||||
|
||||
def current_arc(episode):
|
||||
for numb in sorted(ARCS, reverse=True):
|
||||
if episode > numb:
|
||||
if episode >= numb:
|
||||
return ARCS[numb]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user