update action sheet

This commit is contained in:
Luke Pulverenti
2016-02-22 11:00:17 -05:00
parent c3361458ad
commit 0e6f4e510e
2 changed files with 7 additions and 1 deletions

View File

@@ -50,12 +50,14 @@ namespace MediaBrowser.Model.Configuration
public bool RememberAudioSelections { get; set; }
public bool RememberSubtitleSelections { get; set; }
public bool EnableEpisodeAutoQueue { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.
/// </summary>
public UserConfiguration()
{
EnableEpisodeAutoQueue = true;
RememberAudioSelections = true;
RememberSubtitleSelections = true;