diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2019-11-07 11:28:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-07 11:28:11 -0500 |
| commit | 0fd7886a12bee56d72f00a066c3e475fa8040060 (patch) | |
| tree | e0a6c552eef7d549fab35c1a5fd4ae3d6a3dfddb /MediaBrowser.Controller/Library/IMediaSourceManager.cs | |
| parent | d73f46dcda8db877edae4918a6053cad924808fa (diff) | |
Update MediaBrowser.Controller/Library/IMediaSourceManager.cs
formatting
Co-Authored-By: Bond-009 <bond.009@outlook.com>
Diffstat (limited to 'MediaBrowser.Controller/Library/IMediaSourceManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/IMediaSourceManager.cs | 1 |
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<MediaAttachment>.</returns> List<MediaAttachment> GetMediaAttachments(Guid itemId); + /// <summary> /// Gets the media attachments. /// </summary> |
