diff options
Diffstat (limited to 'Emby.Naming/Common/MediaType.cs')
| -rw-r--r-- | Emby.Naming/Common/MediaType.cs | 2 |
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> |
