add new media types

pull/702/head
Luke Pulverenti 11 years ago
parent 43c9ab9cdc
commit 9b6e0c88f2

@ -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";
}
}

Loading…
Cancel
Save