Просмотр исходного кода

Update Emby.Server.Implementations/Library/MediaSourceManager.cs

docs

Co-Authored-By: Bond-009 <bond.009@outlook.com>

Andrew Mahone 5 лет назад
Родитель
Сommit
193a1fa474
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Emby.Server.Implementations/Library/MediaSourceManager.cs

+ 1 - 0
Emby.Server.Implementations/Library/MediaSourceManager.cs

@@ -128,6 +128,7 @@ namespace Emby.Server.Implementations.Library
             return streams;
         }
 
+        /// <inheritdoc />
         public List<MediaAttachment> GetMediaAttachments(MediaAttachmentQuery query)
         {
             return _itemRepo.GetMediaAttachments(query);