sync updates

This commit is contained in:
Luke Pulverenti
2015-03-15 15:10:27 -04:00
parent 72a5383c70
commit 280ab32ec1
11 changed files with 98 additions and 70 deletions

View File

@@ -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()
{