implement removing from playlists

This commit is contained in:
Luke Pulverenti
2014-08-11 19:41:11 -04:00
parent 7bff666136
commit 9b92cc20f2
13 changed files with 51 additions and 15 deletions

View File

@@ -29,6 +29,12 @@ namespace MediaBrowser.Model.Dto
/// <value>The id.</value>
public string Id { get; set; }
/// <summary>
/// Gets or sets the playlist item identifier.
/// </summary>
/// <value>The playlist item identifier.</value>
public string PlaylistItemId { get; set; }
/// <summary>
/// Gets or sets the date created.
/// </summary>