From a8296cba37357a476b279bccd8d085ce123c600a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 6 Mar 2016 23:56:45 -0500 Subject: update recording stop --- MediaBrowser.Model/Session/PlaybackStopInfo.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'MediaBrowser.Model/Session') diff --git a/MediaBrowser.Model/Session/PlaybackStopInfo.cs b/MediaBrowser.Model/Session/PlaybackStopInfo.cs index 80d719f037..3b4ac36a74 100644 --- a/MediaBrowser.Model/Session/PlaybackStopInfo.cs +++ b/MediaBrowser.Model/Session/PlaybackStopInfo.cs @@ -12,25 +12,21 @@ namespace MediaBrowser.Model.Session /// /// The item. public BaseItemInfo Item { get; set; } - /// /// Gets or sets the item identifier. /// /// The item identifier. public string ItemId { get; set; } - /// /// Gets or sets the session id. /// /// The session id. public string SessionId { get; set; } - /// /// Gets or sets the media version identifier. /// /// The media version identifier. public string MediaSourceId { get; set; } - /// /// Gets or sets the position ticks. /// @@ -46,5 +42,10 @@ namespace MediaBrowser.Model.Session /// /// The play session identifier. public string PlaySessionId { get; set; } + /// + /// Gets or sets a value indicating whether this is failed. + /// + /// true if failed; otherwise, false. + public bool Failed { get; set; } } } \ No newline at end of file -- cgit v1.2.3