diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2019-11-07 11:23:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-07 11:23:28 -0500 |
| commit | 193a1fa474202ec0933c1a937c56ccecf58c4410 (patch) | |
| tree | c93fa60535eeecc66575050073cf0cd887fac569 /Emby.Server.Implementations/Library | |
| parent | d6aa02ff09e262bc57a4dcf6dbbc11e6d1c963dd (diff) | |
Update Emby.Server.Implementations/Library/MediaSourceManager.cs
docs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
Diffstat (limited to 'Emby.Server.Implementations/Library')
| -rw-r--r-- | Emby.Server.Implementations/Library/MediaSourceManager.cs | 1 |
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); |
