aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-19 00:22:57 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-19 00:22:57 -0500
commit95532c4e1e872887a7770ed3a961f15bdb685cf4 (patch)
tree25db7442428d06ea4fd376836bfb8f235c76b0c9
parentb28be7e98612d7d0bac045fce52a2f3414fb7238 (diff)
update cinema mode text
-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 1af09a01f..edc329ec4 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)