mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
configure h265 params
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user