mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Fix re-order bug
This commit is contained in:
parent
7a337456c6
commit
5c605a2d20
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue