add new media types
This commit is contained in:
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…
Reference in New Issue
Block a user