update intro provider

This commit is contained in:
Luke Pulverenti 2015-12-14 12:16:54 -05:00
parent 8bce7960fe
commit f66be67898

View file

@ -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)