mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-14 06:06:41 +00:00
sync updates
This commit is contained in:
@@ -397,7 +397,6 @@
|
||||
<Compile Include="Sync\ISyncProvider.cs" />
|
||||
<Compile Include="Sync\ISyncRepository.cs" />
|
||||
<Compile Include="Sync\SendFileResult.cs" />
|
||||
<Compile Include="Sync\SyncJobOptions.cs" />
|
||||
<Compile Include="Themes\IAppThemeManager.cs" />
|
||||
<Compile Include="Themes\InternalThemeImage.cs" />
|
||||
<Compile Include="TV\ITVSeriesManager.cs" />
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
using MediaBrowser.Model.Dlna;
|
||||
|
||||
namespace MediaBrowser.Controller.Sync
|
||||
{
|
||||
public class SyncJobOptions<T>
|
||||
where T : AudioOptions, new ()
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the conversion options.
|
||||
/// </summary>
|
||||
/// <value>The conversion options.</value>
|
||||
public T ConversionOptions { 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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user