aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
diff options
context:
space:
mode:
authorPloughPuff <ploughpuff@protonmail.com>2019-03-12 22:09:18 +0000
committerPloughPuff <ploughpuff@protonmail.com>2019-03-12 22:09:18 +0000
commitb864e9da2a512250eff48baae28251db5a508f8f (patch)
treeedbfecc2f3e7ea638ff6f32ae70fe3387248595a /Jellyfin.Server
parentf10382a696fed512d5b2485c35a8cae88d2783e0 (diff)
Finalise removal of --ffprobe switch
Removed --ffprobe from src files and server/docker scripts.
Diffstat (limited to 'Jellyfin.Server')
-rw-r--r--Jellyfin.Server/StartupOptions.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Jellyfin.Server/StartupOptions.cs b/Jellyfin.Server/StartupOptions.cs
index 345a8a731..8296d414e 100644
--- a/Jellyfin.Server/StartupOptions.cs
+++ b/Jellyfin.Server/StartupOptions.cs
@@ -26,9 +26,6 @@ namespace Jellyfin.Server
[Option("ffmpeg", Required = false, HelpText = "Path to external FFmpeg executable to use in place of default found in PATH.")]
public string FFmpegPath { get; set; }
- [Option("ffprobe", Required = false, HelpText = "(deprecated) Option has no effect and shall be removed in next release.")]
- public string FFprobePath { get; set; }
-
[Option("service", Required = false, HelpText = "Run as headless service.")]
public bool IsService { get; set; }