Преглед на файлове

update cinema mode text

Luke Pulverenti преди 9 години
родител
ревизия
95532c4e1e
променени са 1 файла, в които са добавени 0 реда и са изтрити 5 реда
  1. 0 5
      MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs

+ 0 - 5
MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs

@@ -41,11 +41,6 @@ namespace MediaBrowser.Server.Implementations.Intros
 
         public async Task<IEnumerable<IntroInfo>> GetIntros(BaseItem item, User user)
         {
-            if (!user.Configuration.EnableCinemaMode)
-            {
-                return new List<IntroInfo>();
-            }
-
             var config = GetOptions();
 
             if (item is Movie)