diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2019-11-07 11:29:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-07 11:29:34 -0500 |
| commit | 743685110c31f5da0f3e96e537c717e251909f38 (patch) | |
| tree | 293484461b1931847792c5f501cd5dbac0a26ee5 | |
| parent | 0fd7886a12bee56d72f00a066c3e475fa8040060 (diff) | |
Update MediaBrowser.Controller/Library/IMediaSourceManager.cs
formatting
Co-Authored-By: Bond-009 <bond.009@outlook.com>
| -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 8bd55b29f..dda8d397a 100644 --- a/MediaBrowser.Controller/Library/IMediaSourceManager.cs +++ b/MediaBrowser.Controller/Library/IMediaSourceManager.cs @@ -50,6 +50,7 @@ namespace MediaBrowser.Controller.Library /// </summary> /// <param name="">The The media source identifier.</param> /// <returns>IEnumerable<MediaAttachment>.</returns> + List<MediaAttachment> GetMediaAttachments(string mediaSourceId); /// <summary> /// Gets the media attachments. |
