Browse Source

update ffmpeg info

Luke Pulverenti 9 năm trước cách đây
mục cha
commit
657e924132
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      MediaBrowser.Server.Mac/Native/BaseMonoApp.cs

+ 3 - 2
MediaBrowser.Server.Mac/Native/BaseMonoApp.cs

@@ -7,6 +7,7 @@ using System.Collections.Generic;
 using System.Reflection;
 using System.Text.RegularExpressions;
 using MediaBrowser.Controller.Power;
+using MediaBrowser.Server.Startup.Common.FFMpeg;
 
 namespace MediaBrowser.Server.Mac
 {
@@ -116,9 +117,9 @@ namespace MediaBrowser.Server.Mac
             return GetInfo(Environment);
         }
 
-        public static FFMpegDownloadInfo GetInfo(NativeEnvironment environment)
+        public static FFMpegInstallInfo GetInfo(NativeEnvironment environment)
         {
-            var info = new FFMpegDownloadInfo();
+            var info = new FFMpegInstallInfo();
 
             info.ArchiveType = "7z";