aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-12-14 12:16:54 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-12-14 12:16:54 -0500
commitf66be678988d9b1b51bd65ecc7fc3482dae1c52f (patch)
treee7adf1aa25556680de91dd3e5b185ed37d0ac431
parent8bce7960fee247359dd7c3002268d2cac848896a (diff)
update intro provider
-rw-r--r--MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs b/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs
index ec94e16db..37131ad2c 100644
--- a/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs
+++ b/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)