mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
update file system methods
This commit is contained in:
parent
76875e17ee
commit
f3e9bbed23
15 changed files with 42 additions and 29 deletions
|
|
@ -468,7 +468,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
{
|
||||
if (!(job.VideoType == VideoType.Iso && job.IsoMount == null))
|
||||
{
|
||||
inputPath = MediaEncoderHelpers.GetInputArgument(job.MediaPath, job.InputProtocol, job.IsoMount, job.PlayableStreamFileNames);
|
||||
inputPath = MediaEncoderHelpers.GetInputArgument(FileSystem, job.MediaPath, job.InputProtocol, job.IsoMount, job.PlayableStreamFileNames);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue