mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
sync updates
This commit is contained in:
parent
72a5383c70
commit
280ab32ec1
11 changed files with 98 additions and 70 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue