From f4ed75b6d0a96e29322726aff12f4e8cb7a194c9 Mon Sep 17 00:00:00 2001 From: louis Date: Tue, 27 Apr 2021 11:44:57 -0400 Subject: [PATCH] tanteidan: tv: common: missed a bit of OP scenefiltering --- Bishounen Tanteidan/tanteidan_common/scenefilter.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Bishounen Tanteidan/tanteidan_common/scenefilter.py b/Bishounen Tanteidan/tanteidan_common/scenefilter.py index 47891e5..1d29c78 100644 --- a/Bishounen Tanteidan/tanteidan_common/scenefilter.py +++ b/Bishounen Tanteidan/tanteidan_common/scenefilter.py @@ -78,6 +78,9 @@ def get_op_scenefilters(start: Optional[int]) -> Tuple[List[Range], List[Deferre if start is None: return [], [] return [ + (start+319, start+320), + (start+327, start+328), + (start+334, start+335), (start+1019, start+1021), (start+1029, start+1031), (start+1039, start+1041),