mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
Minor improvements
This commit is contained in:
parent
a253fa616d
commit
8a0ef41036
5 changed files with 10 additions and 10 deletions
|
|
@ -6211,7 +6211,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
|
|||
|
||||
public void SaveMediaAttachments(
|
||||
Guid id,
|
||||
List<MediaAttachment> attachments,
|
||||
IReadOnlyList<MediaAttachment> attachments,
|
||||
CancellationToken cancellationToken)
|
||||
{
|
||||
CheckDisposed();
|
||||
|
|
@ -6243,7 +6243,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
|
|||
|
||||
private void InsertMediaAttachments(
|
||||
byte[] idBlob,
|
||||
List<MediaAttachment> attachments,
|
||||
IReadOnlyList<MediaAttachment> attachments,
|
||||
IDatabaseConnection db,
|
||||
CancellationToken cancellationToken)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue