diff --git a/Community/Tdarr_Plugin_00td_action_re_order_all_streams_v2.js b/Community/Tdarr_Plugin_00td_action_re_order_all_streams_v2.js index 4c0376c..986bd0f 100644 --- a/Community/Tdarr_Plugin_00td_action_re_order_all_streams_v2.js +++ b/Community/Tdarr_Plugin_00td_action_re_order_all_streams_v2.js @@ -95,7 +95,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => { infoLog: '', }; - let { streams } = file.ffProbeData; + let { streams } = JSON.parse(JSON.stringify(file.ffProbeData)); streams.forEach((stream, index) => { // eslint-disable-next-line no-param-reassign