sync fixes

This commit is contained in:
Luke Pulverenti
2015-03-15 00:39:29 -04:00
parent 2485b5c22d
commit c8dc67d980
2 changed files with 6 additions and 3 deletions

View File

@@ -221,6 +221,7 @@ namespace MediaBrowser.Server.Implementations.Sync
instance.Name = job.Name;
instance.Quality = job.Quality;
instance.Profile = job.Profile;
instance.UnwatchedOnly = job.UnwatchedOnly;
instance.SyncNewContent = job.SyncNewContent;
instance.ItemLimit = job.ItemLimit;