Fix added warnings

This commit is contained in:
crobibero 2020-09-11 16:11:19 -06:00
parent e3fb7f426c
commit 97e948bbf6

View file

@ -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>