aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Sync/SyncJob.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-15 15:10:27 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-15 15:10:27 -0400
commit280ab32ec1da02afeadd0ef8cc6ac41fa618d74c (patch)
tree511efb5c4c4edfd6e3d4b8e0773831632b887c8c /MediaBrowser.Model/Sync/SyncJob.cs
parent72a5383c703b86286cf61decb92b987b48b50d3c (diff)
sync updates
Diffstat (limited to 'MediaBrowser.Model/Sync/SyncJob.cs')
-rw-r--r--MediaBrowser.Model/Sync/SyncJob.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Sync/SyncJob.cs b/MediaBrowser.Model/Sync/SyncJob.cs
index 1282c01db..6709426b8 100644
--- a/MediaBrowser.Model/Sync/SyncJob.cs
+++ b/MediaBrowser.Model/Sync/SyncJob.cs
@@ -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>