mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-05 05:42:52 +01:00
Pushing missing changes
This commit is contained in:
22
MediaBrowser.Model/DTO/MediaType.cs
Normal file
22
MediaBrowser.Model/DTO/MediaType.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
namespace MediaBrowser.Model.DTO
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum MediaType
|
||||
/// </summary>
|
||||
public enum MediaType
|
||||
{
|
||||
/// <summary>
|
||||
/// The audio
|
||||
/// </summary>
|
||||
Audio,
|
||||
/// <summary>
|
||||
/// The game
|
||||
/// </summary>
|
||||
Game,
|
||||
/// <summary>
|
||||
/// The video
|
||||
/// </summary>
|
||||
Video
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user