aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Session/SessionManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-30 10:34:46 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-30 10:34:46 -0400
commita2b9ee8ac6c760c02cd1cc42d0fe56137b77802e (patch)
tree5ac68733b47049fba23dc572d26ae05935dab594 /MediaBrowser.Server.Implementations/Session/SessionManager.cs
parent2fd45ef3ecab90a66bea7a219b9c6ba95e47200e (diff)
update startup wizard
Diffstat (limited to 'MediaBrowser.Server.Implementations/Session/SessionManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Session/SessionManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Session/SessionManager.cs b/MediaBrowser.Server.Implementations/Session/SessionManager.cs
index 560d203db..c2160f48a 100644
--- a/MediaBrowser.Server.Implementations/Session/SessionManager.cs
+++ b/MediaBrowser.Server.Implementations/Session/SessionManager.cs
@@ -366,6 +366,7 @@ namespace MediaBrowser.Server.Implementations.Session
session.PlayState.AudioStreamIndex = info.AudioStreamIndex;
session.PlayState.SubtitleStreamIndex = info.SubtitleStreamIndex;
session.PlayState.PlayMethod = info.PlayMethod;
+ session.PlayState.RepeatMode = info.RepeatMode;
}
/// <summary>