mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 13:44:22 -04:00
update episode setting
This commit is contained in:
parent
2f70fdf4bb
commit
3957f1e75a
@ -50,14 +50,14 @@ namespace MediaBrowser.Model.Configuration
|
|||||||
|
|
||||||
public bool RememberAudioSelections { get; set; }
|
public bool RememberAudioSelections { get; set; }
|
||||||
public bool RememberSubtitleSelections { get; set; }
|
public bool RememberSubtitleSelections { get; set; }
|
||||||
public bool EnableEpisodeAutoQueue { get; set; }
|
public bool EnableNextEpisodeAutoPlay { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.
|
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public UserConfiguration()
|
public UserConfiguration()
|
||||||
{
|
{
|
||||||
EnableEpisodeAutoQueue = true;
|
EnableNextEpisodeAutoPlay = true;
|
||||||
RememberAudioSelections = true;
|
RememberAudioSelections = true;
|
||||||
RememberSubtitleSelections = true;
|
RememberSubtitleSelections = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user