aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming/Common/MediaType.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-05-10 20:37:42 +0200
committerBond-009 <bond.009@outlook.com>2019-06-01 11:31:27 +0200
commita6f9ceedd82fe34a8d1f088d91f7c217ee070aad (patch)
tree9774be96290a3bf52d7a8fd4efc3314e9f7695a6 /Emby.Naming/Common/MediaType.cs
parent2aed2d164b110ecafa88b5036e0875627908bde2 (diff)
Fix more warnings
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 49cc9ee39b..a7b08bf793 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>