diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2019-11-07 11:58:13 -0500 |
|---|---|---|
| committer | Andrew Mahone <andrew.mahone@gmail.com> | 2019-11-07 11:58:13 -0500 |
| commit | 380d02335151b5d84b537110c47915613e24dd3b (patch) | |
| tree | 869f28d6380c6a062545776ac9b619275811e8df /Emby.Server.Implementations/Library/MediaSourceManager.cs | |
| parent | 2338a53229431070b1c128436e990a486011205b (diff) | |
| parent | 2f728fd2a1be2e0abde3b8d7f8269b849e1555c6 (diff) | |
Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-attachments
Diffstat (limited to 'Emby.Server.Implementations/Library/MediaSourceManager.cs')
| -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 |
