aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2019-11-07 11:28:11 -0500
committerGitHub <noreply@github.com>2019-11-07 11:28:11 -0500
commit0fd7886a12bee56d72f00a066c3e475fa8040060 (patch)
treee0a6c552eef7d549fab35c1a5fd4ae3d6a3dfddb
parentd73f46dcda8db877edae4918a6053cad924808fa (diff)
Update MediaBrowser.Controller/Library/IMediaSourceManager.cs
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
-rw-r--r--MediaBrowser.Controller/Library/IMediaSourceManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/IMediaSourceManager.cs b/MediaBrowser.Controller/Library/IMediaSourceManager.cs
index 961028b04..8bd55b29f 100644
--- a/MediaBrowser.Controller/Library/IMediaSourceManager.cs
+++ b/MediaBrowser.Controller/Library/IMediaSourceManager.cs
@@ -44,6 +44,7 @@ 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>