mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-31 08:07:36 +00:00
Fix more warnings
This commit is contained in:
parent
160718efe2
commit
1616f24cee
9 changed files with 500 additions and 381 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue