mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
added detail page indicator for missing
This commit is contained in:
@@ -1075,7 +1075,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
double totalPercentPlayed = 0;
|
||||
|
||||
// Loop through each recursive child
|
||||
foreach (var child in folder.GetRecursiveChildren(user, i => !i.IsFolder))
|
||||
foreach (var child in folder.GetRecursiveChildren(user, i => !i.IsFolder && i.LocationType != LocationType.Virtual))
|
||||
{
|
||||
var userdata = _userDataRepository.GetUserData(user.Id, child.GetUserDataKey());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user