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 /MediaBrowser.Controller/Library/IMediaSourceManager.cs | |
| parent | 2338a53229431070b1c128436e990a486011205b (diff) | |
| parent | 2f728fd2a1be2e0abde3b8d7f8269b849e1555c6 (diff) | |
Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-attachments
Diffstat (limited to 'MediaBrowser.Controller/Library/IMediaSourceManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/IMediaSourceManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/IMediaSourceManager.cs b/MediaBrowser.Controller/Library/IMediaSourceManager.cs index 961028b04..dda8d397a 100644 --- a/MediaBrowser.Controller/Library/IMediaSourceManager.cs +++ b/MediaBrowser.Controller/Library/IMediaSourceManager.cs @@ -44,11 +44,13 @@ namespace MediaBrowser.Controller.Library /// <param name="">The item identifier.</param> /// <returns>IEnumerable<MediaAttachment>.</returns> List<MediaAttachment> GetMediaAttachments(Guid itemId); + /// <summary> /// Gets the media attachments. /// </summary> /// <param name="">The The media source identifier.</param> /// <returns>IEnumerable<MediaAttachment>.</returns> + List<MediaAttachment> GetMediaAttachments(string mediaSourceId); /// <summary> /// Gets the media attachments. |
