diff --git a/Tdarr_Plugin_MM1_MrMeeb_Full_Stack.js b/Tdarr_Plugin_MM1_MrMeeb_Full_Stack.js index b06e8a7..9db63aa 100644 --- a/Tdarr_Plugin_MM1_MrMeeb_Full_Stack.js +++ b/Tdarr_Plugin_MM1_MrMeeb_Full_Stack.js @@ -291,7 +291,7 @@ const response = { } // Identify if stream is DTS-HD MA - if (file.ffProbeData.streams[i].profile.toLowerCase() === 'dts-hd ma') { + if (file.ffProbeData.streams[i].profile != undefined && file.ffProbeData.streams[i].profile.toLowerCase() === 'dts-hd ma') { // Check if DTS-HD MA has already been handled by a previous run // Assume that it will be the second stream (first audio stream) - it should be, if already handled