mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-01 03:42:51 +01:00
fix mac ffmpeg build
This commit is contained in:
@@ -57,7 +57,7 @@ namespace MediaBrowser.ServerApplication.FFMpeg
|
||||
case "FFProbeFilename":
|
||||
return "ffprobe";
|
||||
case "ArchiveType":
|
||||
return "gz";
|
||||
return "7z";
|
||||
}
|
||||
}
|
||||
if (PlatformDetection.IsX86)
|
||||
|
||||
Reference in New Issue
Block a user