mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-28 04:55:11 +01:00
@@ -62,7 +62,7 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
{
|
||||
var protocol = item.PathProtocol ?? MediaProtocol.File;
|
||||
|
||||
var inputPath = MediaEncoderHelpers.GetInputArgument(_fileSystem, item.Path, protocol, null, item.GetPlayableStreamFileNames(_mediaEncoder));
|
||||
var inputPath = MediaEncoderHelpers.GetInputArgument(_fileSystem, item.Path, null, item.GetPlayableStreamFileNames(_mediaEncoder));
|
||||
|
||||
var mediaStreams =
|
||||
item.GetMediaStreams();
|
||||
|
||||
Reference in New Issue
Block a user