aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-31 16:31:43 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-31 16:31:43 -0500
commit8cef129580670dcf49855dd75e167baace3b609d (patch)
tree3f737cbe2fbd67b65c2df2d492344a99d0468ac5 /MediaBrowser.Model/Session
parent27e51567e3ea604a257cb889ecf9983d342cf190 (diff)
parent2531e551b29d2bc3d9c32f28fa8392c5a982b04e (diff)
Merge branch 'beta' of https://github.com/MediaBrowser/Emby into beta
Diffstat (limited to 'MediaBrowser.Model/Session')
-rw-r--r--MediaBrowser.Model/Session/PlaybackStopInfo.cs2
1 files changed, 2 insertions, 0 deletions
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
/// </summary>
/// <value><c>true</c> if failed; otherwise, <c>false</c>.</value>
public bool Failed { get; set; }
+
+ public string NextMediaType { get; set; }
}
} \ No newline at end of file