sync updates

This commit is contained in:
Luke Pulverenti
2015-01-16 23:29:53 -05:00
parent 5c84cadb5e
commit 0e02e0559d
33 changed files with 437 additions and 116 deletions

View File

@@ -1,12 +1,8 @@

namespace MediaBrowser.Model.Sync
{
public enum SyncOptions
public class SyncOptions
{
Name = 0,
Quality = 1,
UnwatchedOnly = 2,
SyncNewContent = 3,
ItemLimit = 4
public string TemporaryPath { get; set; }
}
}