mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-attachments
This commit is contained in:
commit
380d023351
@ -143,6 +143,7 @@ namespace Emby.Server.Implementations.Library
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <inheritdoc />
|
||||||
public List<MediaAttachment> GetMediaAttachments(Guid itemId)
|
public List<MediaAttachment> GetMediaAttachments(Guid itemId)
|
||||||
{
|
{
|
||||||
return GetMediaAttachments(new MediaAttachmentQuery
|
return GetMediaAttachments(new MediaAttachmentQuery
|
||||||
|
@ -44,11 +44,13 @@ namespace MediaBrowser.Controller.Library
|
|||||||
/// <param name="">The item identifier.</param>
|
/// <param name="">The item identifier.</param>
|
||||||
/// <returns>IEnumerable<MediaAttachment>.</returns>
|
/// <returns>IEnumerable<MediaAttachment>.</returns>
|
||||||
List<MediaAttachment> GetMediaAttachments(Guid itemId);
|
List<MediaAttachment> GetMediaAttachments(Guid itemId);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the media attachments.
|
/// Gets the media attachments.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="">The The media source identifier.</param>
|
/// <param name="">The The media source identifier.</param>
|
||||||
/// <returns>IEnumerable<MediaAttachment>.</returns>
|
/// <returns>IEnumerable<MediaAttachment>.</returns>
|
||||||
|
|
||||||
List<MediaAttachment> GetMediaAttachments(string mediaSourceId);
|
List<MediaAttachment> GetMediaAttachments(string mediaSourceId);
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the media attachments.
|
/// Gets the media attachments.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user