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?