mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
update ffmpeg info
This commit is contained in:
parent
535b327e35
commit
657e924132
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user