mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
sync updates
This commit is contained in:
@@ -26,6 +26,11 @@ namespace MediaBrowser.Model.Sync
|
||||
/// <value>The quality.</value>
|
||||
public string Quality { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the bitrate.
|
||||
/// </summary>
|
||||
/// <value>The bitrate.</value>
|
||||
public int? Bitrate { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the profile.
|
||||
/// </summary>
|
||||
/// <value>The profile.</value>
|
||||
|
||||
@@ -59,6 +59,11 @@ namespace MediaBrowser.Model.Sync
|
||||
/// </summary>
|
||||
/// <value>The limit.</value>
|
||||
public int? ItemLimit { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the bitrate.
|
||||
/// </summary>
|
||||
/// <value>The bitrate.</value>
|
||||
public int? Bitrate { get; set; }
|
||||
|
||||
public SyncJobRequest()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user