Update Emby.Server.Implementations/Library/MediaSourceManager.cs

docs

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

@ -143,6 +143,7 @@ namespace Emby.Server.Implementations.Library
});
}
/// <inheritdoc />
public List<MediaAttachment> GetMediaAttachments(Guid itemId)
{
return GetMediaAttachments(new MediaAttachmentQuery

Loading…
Cancel
Save