Update Emby.Server.Implementations/Library/MediaSourceManager.cs
docs Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
193a1fa474
commit
8b2d7062c4
|
@ -134,6 +134,7 @@ namespace Emby.Server.Implementations.Library
|
||||||
return _itemRepo.GetMediaAttachments(query);
|
return _itemRepo.GetMediaAttachments(query);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <inheritdoc />
|
||||||
public List<MediaAttachment> GetMediaAttachments(string mediaSourceId)
|
public List<MediaAttachment> GetMediaAttachments(string mediaSourceId)
|
||||||
{
|
{
|
||||||
return GetMediaAttachments(new MediaAttachmentQuery
|
return GetMediaAttachments(new MediaAttachmentQuery
|
||||||
|
|
Loading…
Reference in New Issue
Block a user