diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-08-30 19:36:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 19:36:51 +0200 |
| commit | b7e13f3a03215f089a3a03ff044ea54173e6a1b0 (patch) | |
| tree | 1cbd31a8c91b8eb41dcdc27f6b1aa47d41be419f /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 9bf2769cdb497d709f8c50fdc5388f197b797e8d (diff) | |
| parent | 963ab2dab6a8c4dafadae61312b36ed5fbb1f323 (diff) | |
Merge pull request #5697 from Bond-009/ffmpeg2
Simplify the way we choose our ffmpeg
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index bf7ddace2..0b5322f39 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1099,7 +1099,6 @@ namespace Emby.Server.Implementations ServerName = FriendlyName, LocalAddress = GetSmartApiUrl(source), SupportsLibraryMonitor = true, - EncoderLocation = _mediaEncoder.EncoderLocation, SystemArchitecture = RuntimeInformation.OSArchitecture, PackageName = _startupOptions.PackageName }; |
