mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-02 23:22:49 +01:00
Update MediaBrowser.Controller/Library/IMediaSourceManager.cs
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
d73f46dcda
commit
0fd7886a12
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue