Update Emby.Server.Implementations/Data/SqliteItemRepository.cs

formatting

Co-Authored-By: Bond-009 <bond.009@outlook.com>
pull/1838/head
Andrew Mahone 5 years ago committed by GitHub
parent d33e0a4e2c
commit e5b65ed034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6180,7 +6180,8 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
statement.TryBind("@AttachmentIndex", query.Index.Value);
}
foreach (var row in statement.ExecuteQuery()) {
foreach (var row in statement.ExecuteQuery())
{
list.Add(GetMediaAttachment(row));
}
}

Loading…
Cancel
Save