configure h265 params

This commit is contained in:
Luke Pulverenti
2015-01-10 22:06:16 -05:00
parent 651f2a2aec
commit a1f92f3de3
4 changed files with 47 additions and 77 deletions

View File

@@ -37,6 +37,11 @@ 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)