From 280ab32ec1da02afeadd0ef8cc6ac41fa618d74c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 15 Mar 2015 15:10:27 -0400 Subject: sync updates --- .../Sync/SyncJobOptions.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 MediaBrowser.Server.Implementations/Sync/SyncJobOptions.cs (limited to 'MediaBrowser.Server.Implementations/Sync/SyncJobOptions.cs') diff --git a/MediaBrowser.Server.Implementations/Sync/SyncJobOptions.cs b/MediaBrowser.Server.Implementations/Sync/SyncJobOptions.cs new file mode 100644 index 000000000..cb8141c89 --- /dev/null +++ b/MediaBrowser.Server.Implementations/Sync/SyncJobOptions.cs @@ -0,0 +1,18 @@ +using MediaBrowser.Model.Dlna; + +namespace MediaBrowser.Server.Implementations.Sync +{ + public class SyncJobOptions + { + /// + /// Gets or sets the conversion options. + /// + /// The conversion options. + public DeviceProfile DeviceProfile { get; set; } + /// + /// Gets or sets a value indicating whether this instance is converting. + /// + /// true if this instance is converting; otherwise, false. + public bool IsConverting { get; set; } + } +} -- cgit v1.2.3