소스 검색

Fix warnings in SessionManager

Patrick Barron 3 년 전
부모
커밋
7180983654
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Emby.Server.Implementations/Session/SessionManager.cs

+ 2 - 0
Emby.Server.Implementations/Session/SessionManager.cs

@@ -741,6 +741,8 @@ namespace Emby.Server.Implementations.Session
         /// <summary>
         /// Used to report playback progress for an item.
         /// </summary>
+        /// <param name="info">The playback progress info.</param>
+        /// <param name="isAutomated">Whether this is an automated update.</param>
         /// <returns>Task.</returns>
         public async Task OnPlaybackProgress(PlaybackProgressInfo info, bool isAutomated)
         {