Explorar o código

Fix added warnings

crobibero %!s(int64=5) %!d(string=hai) anos
pai
achega
dfbe4413ff
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      MediaBrowser.Providers/Subtitles/SubtitleManager.cs

+ 1 - 2
MediaBrowser.Providers/Subtitles/SubtitleManager.cs

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