aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2019-11-07 11:23:28 -0500
committerGitHub <noreply@github.com>2019-11-07 11:23:28 -0500
commit193a1fa474202ec0933c1a937c56ccecf58c4410 (patch)
treec93fa60535eeecc66575050073cf0cd887fac569
parentd6aa02ff09e262bc57a4dcf6dbbc11e6d1c963dd (diff)
Update Emby.Server.Implementations/Library/MediaSourceManager.cs
docs Co-Authored-By: Bond-009 <bond.009@outlook.com>
-rw-r--r--Emby.Server.Implementations/Library/MediaSourceManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Library/MediaSourceManager.cs b/Emby.Server.Implementations/Library/MediaSourceManager.cs
index 27eb39530..833a5c88f 100644
--- a/Emby.Server.Implementations/Library/MediaSourceManager.cs
+++ b/Emby.Server.Implementations/Library/MediaSourceManager.cs
@@ -128,6 +128,7 @@ namespace Emby.Server.Implementations.Library
return streams;
}
+ /// <inheritdoc />
public List<MediaAttachment> GetMediaAttachments(MediaAttachmentQuery query)
{
return _itemRepo.GetMediaAttachments(query);