aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sync/SyncJobOptions.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-03 18:34:16 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-03 18:34:16 -0400
commitf52373609eac871c2883e1052020ff5327b19707 (patch)
treedc29fc2888aeb2fe55a92b8859765caeff3f2cfb /MediaBrowser.Server.Implementations/Sync/SyncJobOptions.cs
parent1d62a88fd8147e9c1bf01cac2852b929b1737c17 (diff)
move classes to portable project
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sync/SyncJobOptions.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Sync/SyncJobOptions.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/MediaBrowser.Server.Implementations/Sync/SyncJobOptions.cs b/MediaBrowser.Server.Implementations/Sync/SyncJobOptions.cs
deleted file mode 100644
index cb8141c895..0000000000
--- a/MediaBrowser.Server.Implementations/Sync/SyncJobOptions.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using MediaBrowser.Model.Dlna;
-
-namespace MediaBrowser.Server.Implementations.Sync
-{
- public class SyncJobOptions
- {
- /// <summary>
- /// Gets or sets the conversion options.
- /// </summary>
- /// <value>The conversion options.</value>
- public DeviceProfile DeviceProfile { get; set; }
- /// <summary>
- /// Gets or sets a value indicating whether this instance is converting.
- /// </summary>
- /// <value><c>true</c> if this instance is converting; otherwise, <c>false</c>.</value>
- public bool IsConverting { get; set; }
- }
-}