mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fix for anime processing issues
This commit is contained in:
parent
8320672669
commit
04a83ac3fb
@ -155,7 +155,7 @@ def get_scene_exception_by_name_multiple(show_name):
|
||||
if out:
|
||||
return out
|
||||
|
||||
return (None, None)
|
||||
return [(None, None)]
|
||||
|
||||
|
||||
def retrieve_exceptions():
|
||||
|
Loading…
Reference in New Issue
Block a user