From 42d2b8009c95cb0b34fb9ebf18ca67a067d04340 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 2 Feb 2024 18:36:45 +0100 Subject: [PATCH] Add XemFixup todo --- scanner/scanner/parser/rules.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scanner/scanner/parser/rules.py b/scanner/scanner/parser/rules.py index 4ba5b913..d730f7a3 100644 --- a/scanner/scanner/parser/rules.py +++ b/scanner/scanner/parser/rules.py @@ -229,3 +229,6 @@ class MultipleSeasonRule(Rule): return return [to_remove, to_add] + + +# TODO: xem fixup? like for "Somthing Season 2" was a xem override but we converted that to "Something", season: 2 then convert it back here?