소스 검색

update intro provider

Luke Pulverenti 9 년 전
부모
커밋
f66be67898
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)