add item to user data save event

This commit is contained in:
Luke Pulverenti
2013-10-23 12:03:12 -04:00
parent 77cff18dce
commit 6415776cd1
9 changed files with 53 additions and 48 deletions

View File

@@ -32,5 +32,11 @@ namespace MediaBrowser.Controller.Library
/// </summary>
/// <value>The user data.</value>
public UserItemData UserData { get; set; }
/// <summary>
/// Gets or sets the item.
/// </summary>
/// <value>The item.</value>
public BaseItem Item { get; set; }
}
}