aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/ExtraType.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2022-10-30 14:17:14 +0100
committerGitHub <noreply@github.com>2022-10-30 14:17:14 +0100
commitf6e7313a612d430db140adb90310968ab0f0dc6f (patch)
tree6f62f1b53ebd45512c16c37cc06b0d96a4412817 /MediaBrowser.Model/Entities/ExtraType.cs
parentcb4521f21cd318c2d1463d862e8094df77682559 (diff)
parent09e8a7e62c9a8ef567f2d336e37a7cc732e3aaab (diff)
Merge pull request #8638 from photonconvergence/fix/extras-type
Diffstat (limited to 'MediaBrowser.Model/Entities/ExtraType.cs')
-rw-r--r--MediaBrowser.Model/Entities/ExtraType.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/ExtraType.cs b/MediaBrowser.Model/Entities/ExtraType.cs
index aca4bd282..66da80d96 100644
--- a/MediaBrowser.Model/Entities/ExtraType.cs
+++ b/MediaBrowser.Model/Entities/ExtraType.cs
@@ -13,6 +13,8 @@ namespace MediaBrowser.Model.Entities
Scene = 6,
Sample = 7,
ThemeSong = 8,
- ThemeVideo = 9
+ ThemeVideo = 9,
+ Featurette = 10,
+ Short = 11
}
}