sync updates

This commit is contained in:
Luke Pulverenti
2015-02-04 15:16:23 -05:00
parent e6ea26e3de
commit 046a1de253
13 changed files with 173 additions and 12 deletions

View File

@@ -16,6 +16,11 @@ namespace MediaBrowser.Model.Sync
/// <value>The device identifier.</value>
public string TargetId { get; set; }
/// <summary>
/// Gets or sets the name of the target.
/// </summary>
/// <value>The name of the target.</value>
public string TargetName { get; set; }
/// <summary>
/// Gets or sets the quality.
/// </summary>
/// <value>The quality.</value>