Collapse Box Sets when filtering 4K (#13594)

This commit is contained in:
theguymadmax
2025-02-21 04:10:41 +00:00
committed by GitHub
parent a5b771861f
commit 317d7a9f4f

View File

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