mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
sync updates
This commit is contained in:
19
MediaBrowser.Model/Sync/ItemFileType.cs
Normal file
19
MediaBrowser.Model/Sync/ItemFileType.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
namespace MediaBrowser.Model.Sync
|
||||
{
|
||||
public enum ItemFileType
|
||||
{
|
||||
/// <summary>
|
||||
/// The media
|
||||
/// </summary>
|
||||
Media = 0,
|
||||
/// <summary>
|
||||
/// The image
|
||||
/// </summary>
|
||||
Image = 1,
|
||||
/// <summary>
|
||||
/// The subtitles
|
||||
/// </summary>
|
||||
Subtitles = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user