diff options
Diffstat (limited to 'common/src/lib.rs')
-rw-r--r-- | common/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs index a0695ee..1da312f 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -59,6 +59,7 @@ pub enum AssetLocation { #[serde(rename_all = "snake_case")] pub enum NodeKind { Movie, + Video, Collection, Show, Series, |