mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix ibn filter
This commit is contained in:
parent
69fed2c376
commit
d2ed436a6f
@ -153,7 +153,7 @@ namespace MediaBrowser.Api.UserLibrary
|
|||||||
|
|
||||||
var libraryItems = user.RootFolder.GetRecursiveChildren(user).ToList();
|
var libraryItems = user.RootFolder.GetRecursiveChildren(user).ToList();
|
||||||
|
|
||||||
items = items.Where(i => GetLibraryItems(i, libraryItems).All(l => l.IsPlayed(user) == val));
|
items = items.Where(i => GetLibraryItems(i, libraryItems).All(l => l.IsPlayed(user)) == val);
|
||||||
}
|
}
|
||||||
|
|
||||||
return items;
|
return items;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user