mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 18:44:45 +01:00
mono progress - able to start app
This commit is contained in:
@@ -1074,7 +1074,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
double totalPercentPlayed = 0;
|
||||
|
||||
// Loop through each recursive child
|
||||
foreach (var child in folder.GetRecursiveChildren(user, true).Where(i => !i.IsFolder).ToList())
|
||||
foreach (var child in folder.GetRecursiveChildren(user, i => !i.IsFolder))
|
||||
{
|
||||
var userdata = _userDataRepository.GetUserData(user.Id, child.GetUserDataKey());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user