소스 검색

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 RememberSubtitleSelections { get; set; }
-        public bool EnableEpisodeAutoQueue { get; set; }
+        public bool EnableNextEpisodeAutoPlay { get; set; }
     
         /// <summary>
         /// Initializes a new instance of the <see cref="UserConfiguration" /> class.
         /// </summary>
         public UserConfiguration()
         {
-            EnableEpisodeAutoQueue = true;
+            EnableNextEpisodeAutoPlay = true;
             RememberAudioSelections = true;
             RememberSubtitleSelections = true;