Added multi-episode category
This commit is contained in:
parent
d0edc94f95
commit
fc546b2741
1 changed files with 3 additions and 0 deletions
|
@ -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."""
|
||||
|
||||
|
|
Loading…
Reference in a new issue