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.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Emby.Naming/Common/MediaType.cs b/Emby.Naming/Common/MediaType.cs
index cc18ce4cd..148833765 100644
--- a/Emby.Naming/Common/MediaType.cs
+++ b/Emby.Naming/Common/MediaType.cs
@@ -5,17 +5,17 @@ namespace Emby.Naming.Common
public enum MediaType
{
/// <summary>
- /// The audio
+ /// The audio.
/// </summary>
Audio = 0,
/// <summary>
- /// The photo
+ /// The photo.
/// </summary>
Photo = 1,
/// <summary>
- /// The video
+ /// The video.
/// </summary>
Video = 2
}