add new media types

This commit is contained in:
Luke Pulverenti 2013-06-21 11:35:49 -04:00
parent 43c9ab9cdc
commit 9b6e0c88f2

View file

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