diff --git a/src/structures.py b/src/structures.py index 5ffa388..8cf63c5 100644 --- a/src/structures.py +++ b/src/structures.py @@ -49,6 +49,9 @@ class FileCategory(Enum): EPISODE = "episode" """Episode of a show.""" + MULTI_EPISODE = "multi-episode" + """A video containing multiple episodes of a show.""" + TRAILER = "trailer" """Trailer."""