mirror of
https://github.com/Radarr/Radarr
synced 2026-05-07 18:51:20 +02:00
Remove debug log line
This commit is contained in:
parent
257ce49668
commit
af148cbd4d
1 changed files with 0 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ public MediaInfoModel GetMediaInfo(string filename)
|
|||
{
|
||||
var videoStreamIndex = analysis.VideoStreams.FindIndex(stream => stream.Index == primaryVideoStream?.Index);
|
||||
videoStreamIndex = videoStreamIndex == -1 ? 0 : videoStreamIndex;
|
||||
_logger.Debug("Reading video stream at index {0} with relative index v:{1}", primaryVideoStream?.Index, videoStreamIndex);
|
||||
var frameOutput = FFProbe.GetFrameJson(filename, ffOptions: new () { ExtraArguments = $"-read_intervals \"%+#1\" -select_streams v:{videoStreamIndex}" });
|
||||
mediaInfoModel.RawFrameData = frameOutput;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue