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