mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
add new media types
This commit is contained in:
parent
43c9ab9cdc
commit
9b6e0c88f2
@ -18,5 +18,13 @@ namespace MediaBrowser.Model.Entities
|
|||||||
/// The game
|
/// The game
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const string Game = "Game";
|
public const string Game = "Game";
|
||||||
|
/// <summary>
|
||||||
|
/// The photo
|
||||||
|
/// </summary>
|
||||||
|
public const string Photo = "Photo";
|
||||||
|
/// <summary>
|
||||||
|
/// The book
|
||||||
|
/// </summary>
|
||||||
|
public const string Book = "Book";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user