Browse Source

update ffmpeg downloader

Luke Pulverenti 9 năm trước cách đây
mục cha
commit
4577148217
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      MediaBrowser.Server.Startup.Common/FFMpeg/FFMpegLoader.cs

+ 1 - 0
MediaBrowser.Server.Startup.Common/FFMpeg/FFMpegLoader.cs

@@ -210,6 +210,7 @@ namespace MediaBrowser.Server.Startup.Common.FFMpeg
                     }
                 }
                 ExtractFFMpeg(downloadinfo, tempFile, directory);
+                return;
             }
 
             foreach (var url in downloadinfo.DownloadUrls)