support audio sync transcoding

This commit is contained in:
Luke Pulverenti
2015-01-02 00:36:27 -05:00
parent 24e1f9834a
commit c93740461e
22 changed files with 157 additions and 47 deletions

View File

@@ -23,7 +23,7 @@ namespace MediaBrowser.Model.Sync
/// Gets or sets the unique identifier.
/// </summary>
/// <value>The unique identifier.</value>
public string UniqueId { get; set; }
public string Id { get; set; }
/// <summary>
/// Gets or sets the item identifier.
/// </summary>