get dynamic media sources

This commit is contained in:
Luke Pulverenti
2015-03-07 18:39:24 -05:00
parent de01c956af
commit 43f0a1bbfe
5 changed files with 70 additions and 9 deletions

View File

@@ -20,6 +20,11 @@ namespace MediaBrowser.Model.Sync
/// <value>The job identifier.</value>
public string JobId { get; set; }
/// <summary>
/// Gets or sets the item identifier.
/// </summary>
/// <value>The item identifier.</value>
public string ItemId { get; set; }
/// <summary>
/// Gets or sets the target identifier.
/// </summary>
/// <value>The target identifier.</value>