diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-12-26 23:09:00 +0100 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-01-08 01:23:57 +0900 |
| commit | a253fa616da3fd982ca2190b69d25853893665f1 (patch) | |
| tree | 26ebc329f7ab82bb366c1e8703c9527ccd1f5e6f /Emby.Server.Implementations/Library/MediaSourceManager.cs | |
| parent | aca31457c06ea13042accd60e27ab61208a51577 (diff) | |
Fix build and address comments
Diffstat (limited to 'Emby.Server.Implementations/Library/MediaSourceManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/MediaSourceManager.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Emby.Server.Implementations/Library/MediaSourceManager.cs b/Emby.Server.Implementations/Library/MediaSourceManager.cs index 4eff2807c..ba1564d1f 100644 --- a/Emby.Server.Implementations/Library/MediaSourceManager.cs +++ b/Emby.Server.Implementations/Library/MediaSourceManager.cs @@ -137,15 +137,6 @@ namespace Emby.Server.Implementations.Library } /// <inheritdoc /> - public List<MediaAttachment> GetMediaAttachments(string mediaSourceId) - { - return GetMediaAttachments(new MediaAttachmentQuery - { - ItemId = new Guid(mediaSourceId) - }); - } - - /// <inheritdoc /> public List<MediaAttachment> GetMediaAttachments(Guid itemId) { return GetMediaAttachments(new MediaAttachmentQuery |
