This commit is contained in:
parent
e2707eca0f
commit
64e5eb10c7
@ -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