mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
sync updates
This commit is contained in:
parent
72a5383c70
commit
280ab32ec1
11 changed files with 98 additions and 70 deletions
18
MediaBrowser.Server.Implementations/Sync/SyncJobOptions.cs
Normal file
18
MediaBrowser.Server.Implementations/Sync/SyncJobOptions.cs
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue