Luke Pulverenti преди 12 години
родител
ревизия
9b6e0c88f2
променени са 1 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 8 0
      MediaBrowser.Model/Entities/MediaType.cs

+ 8 - 0
MediaBrowser.Model/Entities/MediaType.cs

@@ -18,5 +18,13 @@ namespace MediaBrowser.Model.Entities
         /// The game
         /// </summary>
         public const string Game = "Game";
+        /// <summary>
+        /// The photo
+        /// </summary>
+        public const string Photo = "Photo";
+        /// <summary>
+        /// The book
+        /// </summary>
+        public const string Book = "Book";
     }
 }