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