Fix added warnings

This commit is contained in:
crobibero 2020-09-11 16:13:15 -06:00
parent 97e948bbf6
commit dfbe4413ff
1 changed files with 1 additions and 2 deletions

View File

@ -177,8 +177,7 @@ namespace MediaBrowser.Providers.Subtitles
public async Task UploadSubtitle(Video video, SubtitleResponse response)
{
var libraryOptions = BaseItem.LibraryManager.GetLibraryOptions(video);
await TrySaveSubtitle(video, libraryOptions, response);
await TrySaveSubtitle(video, libraryOptions, response).ConfigureAwait(false);
}
private async Task TrySaveSubtitle(