Переглянути джерело

Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser

Luke Pulverenti 12 роки тому
батько
коміт
caf50d0b93

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

@@ -54,7 +54,7 @@ namespace MediaBrowser.Model.Configuration
         public UserConfiguration()
         {
             IsAdministrator = true;
-            BlockNotRated = true;
+            BlockNotRated = false;
         }
     }
 }