mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
@@ -6180,7 +6180,8 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
|
|||||||
statement.TryBind("@AttachmentIndex", query.Index.Value);
|
statement.TryBind("@AttachmentIndex", query.Index.Value);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (var row in statement.ExecuteQuery()) {
|
foreach (var row in statement.ExecuteQuery())
|
||||||
|
{
|
||||||
list.Add(GetMediaAttachment(row));
|
list.Add(GetMediaAttachment(row));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user