Browse Source

Collapse Box Sets when filtering 4K (#13594)

theguymadmax 3 tháng trước cách đây
mục cha
commit
317d7a9f4f
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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;