mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 15:33:03 +03:00
sync updates
This commit is contained in:
@@ -23,14 +23,14 @@ namespace MediaBrowser.Model.Sync
|
||||
/// Gets or sets the profile options.
|
||||
/// </summary>
|
||||
/// <value>The profile options.</value>
|
||||
public List<SyncQualityOption> ProfileOptions { get; set; }
|
||||
public List<SyncProfileOption> ProfileOptions { get; set; }
|
||||
|
||||
public SyncDialogOptions()
|
||||
{
|
||||
Targets = new List<SyncTarget>();
|
||||
Options = new List<SyncJobOption>();
|
||||
QualityOptions = new List<SyncQualityOption>();
|
||||
ProfileOptions = new List<SyncQualityOption>();
|
||||
ProfileOptions = new List<SyncProfileOption>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user