Explorar o código

update cinema mode text

Luke Pulverenti %!s(int64=9) %!d(string=hai) anos
pai
achega
95532c4e1e

+ 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)
         public async Task<IEnumerable<IntroInfo>> GetIntros(BaseItem item, User user)
         {
         {
-            if (!user.Configuration.EnableCinemaMode)
-            {
-                return new List<IntroInfo>();
-            }
-
             var config = GetOptions();
             var config = GetOptions();
 
 
             if (item is Movie)
             if (item is Movie)