mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-16 07:06:18 +00:00
Minor improvements
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user