Browse Source

Collapse Box Sets when filtering 4K (#13594)

theguymadmax 4 months ago
parent
commit
317d7a9f4f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      MediaBrowser.Controller/Entities/Folder.cs

+ 5 - 0
MediaBrowser.Controller/Entities/Folder.cs

@@ -1200,6 +1200,11 @@ namespace MediaBrowser.Controller.Entities
                 return false;
             }
 
+            if (request.Is4K.HasValue)
+            {
+                return false;
+            }
+
             if (request.IsHD.HasValue)
             {
                 return false;