add new sync methods
This commit is contained in:
@@ -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