mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
update db init
This commit is contained in:
@@ -135,9 +135,9 @@ namespace Emby.Server.Implementations.Data
|
||||
});
|
||||
|
||||
var numComplete = 0;
|
||||
var numItems = result.Items.Length;
|
||||
var numItems = result.Count;
|
||||
|
||||
foreach (var item in result.Items)
|
||||
foreach (var item in result)
|
||||
{
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user