Explorar o código

Fix added warnings

crobibero %!s(int64=4) %!d(string=hai) anos
pai
achega
97e948bbf6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      MediaBrowser.Controller/Subtitles/ISubtitleManager.cs

+ 3 - 0
MediaBrowser.Controller/Subtitles/ISubtitleManager.cs

@@ -56,6 +56,9 @@ namespace MediaBrowser.Controller.Subtitles
         /// <summary>
         /// Upload new subtitle.
         /// </summary>
+        /// <param name="video">The video the subtitle belongs to.</param>
+        /// <param name="response">The subtitle response.</param>
+        /// <returns>A <see cref="Task"/> representing the asynchronous operation.</returns>
         Task UploadSubtitle(Video video, SubtitleResponse response);
 
         /// <summary>