mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-25 11:36:35 +00:00
sync updates
This commit is contained in:
12
MediaBrowser.Model/Sync/SyncParameter.cs
Normal file
12
MediaBrowser.Model/Sync/SyncParameter.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace MediaBrowser.Model.Sync
|
||||
{
|
||||
public enum SyncJobOption
|
||||
{
|
||||
Name = 0,
|
||||
Quality = 1,
|
||||
UnwatchedOnly = 2,
|
||||
SyncNewContent = 3,
|
||||
ItemLimit = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user