瀏覽代碼

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)