add missing PlaySessionId

This commit is contained in:
Luke Pulverenti
2015-04-01 17:55:50 -04:00
parent be74de0236
commit 42e2369150
5 changed files with 29 additions and 12 deletions

View File

@@ -83,5 +83,10 @@ namespace MediaBrowser.Model.Session
/// </summary>
/// <value>The live stream identifier.</value>
public string LiveStreamId { get; set; }
/// <summary>
/// Gets or sets the play session identifier.
/// </summary>
/// <value>The play session identifier.</value>
public string PlaySessionId { get; set; }
}
}