diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-08-12 15:09:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-12 15:09:37 -0400 |
| commit | b0271c44c1a7cdbb570a1b6111bd91ba4cb4f74a (patch) | |
| tree | 58998c7f142c2dae3424a6e15547c11bd1a1bb63 /MediaBrowser.Model/Sync | |
| parent | 3237fd9e5e2a2879d0d48acc4c7e5c0f7b397c38 (diff) | |
| parent | cf350f3b7e3e82bf7863d426186044e92737ae27 (diff) | |
Merge pull request #2807 from MediaBrowser/dev
expand on hardware decoding options
Diffstat (limited to 'MediaBrowser.Model/Sync')
| -rw-r--r-- | MediaBrowser.Model/Sync/SyncJob.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Model/Sync/SyncJob.cs b/MediaBrowser.Model/Sync/SyncJob.cs index f0e262c501..eb153427c7 100644 --- a/MediaBrowser.Model/Sync/SyncJob.cs +++ b/MediaBrowser.Model/Sync/SyncJob.cs @@ -105,12 +105,9 @@ namespace MediaBrowser.Model.Sync public string PrimaryImageItemId { get; set; } public string PrimaryImageTag { get; set; } - public bool EnableAutomaticResync { get; set; } - public SyncJob() { RequestedItemIds = new List<string>(); - EnableAutomaticResync = true; } } } |
