aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Sync
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-12 15:09:13 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-12 15:09:13 -0400
commitcf350f3b7e3e82bf7863d426186044e92737ae27 (patch)
tree58998c7f142c2dae3424a6e15547c11bd1a1bb63 /MediaBrowser.Model/Sync
parentb7867214ef317bbf6502e53701a990ec5f13b645 (diff)
expand on hardware decoding options
Diffstat (limited to 'MediaBrowser.Model/Sync')
-rw-r--r--MediaBrowser.Model/Sync/SyncJob.cs3
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;
}
}
}