mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
support individual library refreshing
This commit is contained in:
@@ -207,7 +207,7 @@ namespace Emby.Server.Implementations.Channels
|
||||
StartIndex = totalRetrieved,
|
||||
FolderId = folderId
|
||||
|
||||
}, new Progress<double>(), cancellationToken);
|
||||
}, new SimpleProgress<double>(), cancellationToken);
|
||||
|
||||
folderItems.AddRange(result.Items.Where(i => i.IsFolder).Select(i => i.Id.ToString("N")));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user