mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Fix checkPlugin error
This commit is contained in:
parent
4afe5cc0b8
commit
28685b9023
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ const getloudNormValues = async (response, file) => {
|
|||
|
||||
const loudNormDataArr = [];
|
||||
|
||||
// {
|
||||
for (let i = (idx + 1); i < lines.length; i += 1) {
|
||||
const lineArr = lines[i].split(' ');
|
||||
lineArr.shift();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue