Fix more warnings

This commit is contained in:
Bond_009
2019-09-01 18:39:23 +02:00
parent 160718efe2
commit 1616f24cee
9 changed files with 500 additions and 381 deletions

View File

@@ -139,7 +139,7 @@ namespace Emby.Server.Implementations.MediaEncoder
var protocol = MediaProtocol.File;
var inputPath = MediaEncoderHelpers.GetInputArgument(_fileSystem, video.Path, protocol, null, Array.Empty<string>());
var inputPath = MediaEncoderHelpers.GetInputArgument(_fileSystem, video.Path, null, Array.Empty<string>());
Directory.CreateDirectory(Path.GetDirectoryName(path));