mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03:00
added logging during app update, and IsHD
This commit is contained in:
@@ -756,7 +756,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
|
||||
if (request.IsHD.HasValue)
|
||||
{
|
||||
items = items.OfType<Video>().Where(i => i.IsHd == request.IsHD.Value);
|
||||
items = items.OfType<Video>().Where(i => i.IsHD == request.IsHD.Value);
|
||||
}
|
||||
|
||||
if (request.ParentIndexNumber.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user