mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 07:23:05 +03:00
update image processing
This commit is contained in:
@@ -89,7 +89,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
var views = user.RootFolder
|
||||
.GetChildren(user, true)
|
||||
.OfType<ICollectionFolder>()
|
||||
.Where(i => IsEligibleForSpecialView(i))
|
||||
.Where(IsEligibleForSpecialView)
|
||||
.ToList();
|
||||
|
||||
var list = views
|
||||
|
||||
Reference in New Issue
Block a user