diff options
| author | PloughPuff <ploughpuff@protonmail.com> | 2019-03-12 22:09:18 +0000 |
|---|---|---|
| committer | PloughPuff <ploughpuff@protonmail.com> | 2019-03-12 22:09:18 +0000 |
| commit | b864e9da2a512250eff48baae28251db5a508f8f (patch) | |
| tree | edbfecc2f3e7ea638ff6f32ae70fe3387248595a /Emby.Server.Implementations/IStartupOptions.cs | |
| parent | f10382a696fed512d5b2485c35a8cae88d2783e0 (diff) | |
Finalise removal of --ffprobe switch
Removed --ffprobe from src files and server/docker scripts.
Diffstat (limited to 'Emby.Server.Implementations/IStartupOptions.cs')
| -rw-r--r-- | Emby.Server.Implementations/IStartupOptions.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/IStartupOptions.cs b/Emby.Server.Implementations/IStartupOptions.cs index 24aaa76c0..6e915de3d 100644 --- a/Emby.Server.Implementations/IStartupOptions.cs +++ b/Emby.Server.Implementations/IStartupOptions.cs @@ -8,11 +8,6 @@ namespace Emby.Server.Implementations string FFmpegPath { get; } /// <summary> - /// --ffprobe - /// </summary> - string FFprobePath { get; } - - /// <summary> /// --service /// </summary> bool IsService { get; } |
