Ver Fonte

adjust default user config

Luke Pulverenti há 9 anos atrás
pai
commit
6e17c04c42
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      MediaBrowser.Model/Configuration/UserConfiguration.cs

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

@@ -63,9 +63,9 @@ namespace MediaBrowser.Model.Configuration
             LatestItemsExcludes = new string[] { };
             LatestItemsExcludes = new string[] { };
             OrderedViews = new string[] { };
             OrderedViews = new string[] { };
             DisplayChannelsWithinViews = new string[] { };
             DisplayChannelsWithinViews = new string[] { };
+            DisplayChannelsInline = true;
 
 
             PlainFolderViews = new string[] { };
             PlainFolderViews = new string[] { };
-            DisplayCollectionsView = true;
 
 
             IncludeTrailersInSuggestions = true;
             IncludeTrailersInSuggestions = true;
             EnableCinemaMode = true;
             EnableCinemaMode = true;