mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
add new sync methods
This commit is contained in:
11
MediaBrowser.Model/Sync/SyncOptions.cs
Normal file
11
MediaBrowser.Model/Sync/SyncOptions.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace MediaBrowser.Model.Sync
|
||||
{
|
||||
public enum SyncOptions
|
||||
{
|
||||
Name = 0,
|
||||
Quality = 1,
|
||||
UnwatchedOnly = 2,
|
||||
SyncNewContent
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user