namespace MediaBrowser.Model.Sync
{
public enum SyncOptions
Name = 0,
Quality = 1,
UnwatchedOnly = 2,
SyncNewContent = 3,
ItemLimit = 4
}