diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2019-11-07 11:27:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-07 11:27:55 -0500 |
| commit | d73f46dcda8db877edae4918a6053cad924808fa (patch) | |
| tree | 451f0bafd01e63cff1c27d46ff2adab41460d5fd | |
| parent | 492bbc9e13f177eea62b0b22a921106def90309c (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.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 df6f0e77f..9574a28e9 100644 --- a/Emby.Server.Implementations/Library/MediaSourceManager.cs +++ b/Emby.Server.Implementations/Library/MediaSourceManager.cs @@ -143,6 +143,7 @@ namespace Emby.Server.Implementations.Library }); } + /// <inheritdoc /> public List<MediaAttachment> GetMediaAttachments(Guid itemId) { return GetMediaAttachments(new MediaAttachmentQuery |
