mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 02:33:48 +01:00
Backport pull request #13594 from jellyfin/release-10.10.z
Fix 4K filtering when grouping movies into collections
Original-merge: 317d7a9f4f
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
This commit is contained in:
parent
51e0ce7ea4
commit
7ca09c4081
1 changed files with 5 additions and 0 deletions
|
|
@ -1202,6 +1202,11 @@ namespace MediaBrowser.Controller.Entities
|
|||
return false;
|
||||
}
|
||||
|
||||
if (request.Is4K.HasValue)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (request.IsHD.HasValue)
|
||||
{
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue