浏览代码

update episode setting

Luke Pulverenti 9 年之前
父节点
当前提交
3957f1e75a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      MediaBrowser.Model/Configuration/UserConfiguration.cs

+ 2 - 2
MediaBrowser.Model/Configuration/UserConfiguration.cs

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