mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 08:48:48 +01:00
disable movie folder feature for dlna by default
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user