From 5471cdce2f7cfee10b617640a99ace184e2571e9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 14 Oct 2015 22:58:31 -0400 Subject: disable movie folder feature for dlna by default --- MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs') diff --git a/MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs b/MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs index 72040c8aee..a9ce5587d7 100644 --- a/MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs +++ b/MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs @@ -523,7 +523,7 @@ namespace MediaBrowser.Dlna.ContentDirectory if (context == null || context.IsFolder) { var movie = item as Movie; - if (movie != null && options.EnableEnhancedMovies) + if (movie != null && options.EnableMovieFolders) { if (movie.GetTrailerIds().Count > 0 || movie.SpecialFeatureIds.Count > 0) -- cgit v1.2.3