Fix build and address comments

This commit is contained in:
Bond_009
2019-12-26 23:09:00 +01:00
committed by dkanada
parent aca31457c0
commit a253fa616d
9 changed files with 82 additions and 97 deletions

View File

@@ -136,15 +136,6 @@ namespace Emby.Server.Implementations.Library
return _itemRepo.GetMediaAttachments(query);
}
/// <inheritdoc />
public List<MediaAttachment> GetMediaAttachments(string mediaSourceId)
{
return GetMediaAttachments(new MediaAttachmentQuery
{
ItemId = new Guid(mediaSourceId)
});
}
/// <inheritdoc />
public List<MediaAttachment> GetMediaAttachments(Guid itemId)
{