From 9a0c5e3bda434c52b285fd93ac94e482fd365cd2 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 31 Jan 2017 16:24:57 -0500 Subject: add NextMediaType --- MediaBrowser.Model/Session/PlaybackStopInfo.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MediaBrowser.Model/Session') diff --git a/MediaBrowser.Model/Session/PlaybackStopInfo.cs b/MediaBrowser.Model/Session/PlaybackStopInfo.cs index 3b4ac36a7..74347f894 100644 --- a/MediaBrowser.Model/Session/PlaybackStopInfo.cs +++ b/MediaBrowser.Model/Session/PlaybackStopInfo.cs @@ -47,5 +47,7 @@ namespace MediaBrowser.Model.Session /// /// true if failed; otherwise, false. public bool Failed { get; set; } + + public string NextMediaType { get; set; } } } \ No newline at end of file -- cgit v1.2.3