update cinema mode text
This commit is contained in:
parent
b28be7e986
commit
95532c4e1e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user