update startup wizard

This commit is contained in:
Luke Pulverenti
2015-07-30 10:34:46 -04:00
parent 2fd45ef3ec
commit a2b9ee8ac6
3 changed files with 12 additions and 1 deletions

View File

@@ -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>