diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-19 00:22:57 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-19 00:22:57 -0500 |
| commit | 95532c4e1e872887a7770ed3a961f15bdb685cf4 (patch) | |
| tree | 25db7442428d06ea4fd376836bfb8f235c76b0c9 /MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs | |
| parent | b28be7e98612d7d0bac045fce52a2f3414fb7238 (diff) | |
update cinema mode text
Diffstat (limited to 'MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs | 5 |
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) |
