mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
update subtitle interface
This commit is contained in:
19
MediaBrowser.Controller/Providers/VideoContentType.cs
Normal file
19
MediaBrowser.Controller/Providers/VideoContentType.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
namespace MediaBrowser.Controller.Providers
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum VideoContentType
|
||||
/// </summary>
|
||||
public enum VideoContentType
|
||||
{
|
||||
/// <summary>
|
||||
/// The episode
|
||||
/// </summary>
|
||||
Episode = 0,
|
||||
|
||||
/// <summary>
|
||||
/// The movie
|
||||
/// </summary>
|
||||
Movie = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user