Fix added warnings

pull/3086/head
crobibero 5 years ago
parent 97e948bbf6
commit dfbe4413ff

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

Loading…
Cancel
Save