Fixed: Video format exception using split string object

This commit is contained in:
Qstick 2019-12-28 02:42:56 -05:00
parent fa2c4725be
commit daee348795
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
}
Logger.Debug()
.Message("Unknown video format: '{0}' in '{1}'.", string.Join(", ", videoFormat, videoCodecID, videoProfile, videoCodecLibrary), sceneName)
.Message("Unknown video format: '{0}' in '{1}'.", string.Join(", ", mediaInfo.VideoFormat, videoCodecID, videoProfile, videoCodecLibrary), sceneName)
.WriteSentryWarn("UnknownVideoFormat", mediaInfo.ContainerFormat, mediaInfo.VideoFormat, videoCodecID)
.Write();