mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 03:34:46 +03:00
comments
This commit is contained in:
@@ -534,7 +534,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
items = items.OfType<Series>().Where(i => i.AirDays != null && days.Any(d => i.AirDays.Contains(d)));
|
||||
}
|
||||
|
||||
// Filter by VideoFormat
|
||||
// Filter by Video3DFormat
|
||||
if (request.Is3D.HasValue)
|
||||
{
|
||||
items = items.OfType<Video>().Where(i => request.Is3D.Value == i.Video3DFormat.HasValue);
|
||||
|
||||
Reference in New Issue
Block a user