aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming/Common/MediaType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Naming/Common/MediaType.cs')
-rw-r--r--Emby.Naming/Common/MediaType.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Naming/Common/MediaType.cs b/Emby.Naming/Common/MediaType.cs
index 49cc9ee39..a7b08bf79 100644
--- a/Emby.Naming/Common/MediaType.cs
+++ b/Emby.Naming/Common/MediaType.cs
@@ -6,10 +6,12 @@ namespace Emby.Naming.Common
/// The audio
/// </summary>
Audio = 0,
+
/// <summary>
/// The photo
/// </summary>
Photo = 1,
+
/// <summary>
/// The video
/// </summary>