diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-04-04 23:02:28 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-08-30 15:40:52 +0200 |
| commit | 963ab2dab6a8c4dafadae61312b36ed5fbb1f323 (patch) | |
| tree | 0224812fb2f3cce08e36fe2519adc8d105631aed /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 32a11c006dfe93d569910b842bc7770d056d9eba (diff) | |
Simplify the way we choose our ffmpeg
* no longer search $PATH
* no longer require a full path
* don't fall back
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 }; |
