mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-08 03:12:08 +01:00
added sync model objects
This commit is contained in:
21
MediaBrowser.Model/Sync/SyncQuality.cs
Normal file
21
MediaBrowser.Model/Sync/SyncQuality.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
namespace MediaBrowser.Model.Sync
|
||||
{
|
||||
public enum SyncQuality
|
||||
{
|
||||
/// <summary>
|
||||
/// The good
|
||||
/// </summary>
|
||||
Good = 0,
|
||||
|
||||
/// <summary>
|
||||
/// The better
|
||||
/// </summary>
|
||||
Better = 1,
|
||||
|
||||
/// <summary>
|
||||
/// The best
|
||||
/// </summary>
|
||||
Best = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user