aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IMediaSourceManager.cs
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2019-11-07 11:58:13 -0500
committerAndrew Mahone <andrew.mahone@gmail.com>2019-11-07 11:58:13 -0500
commit380d02335151b5d84b537110c47915613e24dd3b (patch)
tree869f28d6380c6a062545776ac9b619275811e8df /MediaBrowser.Controller/Library/IMediaSourceManager.cs
parent2338a53229431070b1c128436e990a486011205b (diff)
parent2f728fd2a1be2e0abde3b8d7f8269b849e1555c6 (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.cs2
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&lt;MediaAttachment&gt;.</returns>
List<MediaAttachment> GetMediaAttachments(Guid itemId);
+
/// <summary>
/// Gets the media attachments.
/// </summary>
/// <param name="">The The media source identifier.</param>
/// <returns>IEnumerable&lt;MediaAttachment&gt;.</returns>
+
List<MediaAttachment> GetMediaAttachments(string mediaSourceId);
/// <summary>
/// Gets the media attachments.