aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/FFMpeg/FFMpegInstallInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/FFMpeg/FFMpegInstallInfo.cs')
-rw-r--r--Emby.Server.Implementations/FFMpeg/FFMpegInstallInfo.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/FFMpeg/FFMpegInstallInfo.cs b/Emby.Server.Implementations/FFMpeg/FFMpegInstallInfo.cs
index 1d769acec..a1080a839 100644
--- a/Emby.Server.Implementations/FFMpeg/FFMpegInstallInfo.cs
+++ b/Emby.Server.Implementations/FFMpeg/FFMpegInstallInfo.cs
@@ -7,11 +7,9 @@ namespace Emby.Server.Implementations.FFMpeg
public string FFMpegFilename { get; set; }
public string FFProbeFilename { get; set; }
public string ArchiveType { get; set; }
- public string[] DownloadUrls { get; set; }
public FFMpegInstallInfo()
{
- DownloadUrls = new string[] { };
Version = "Path";
FFMpegFilename = "ffmpeg";
FFProbeFilename = "ffprobe";