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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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