mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-18 03:36:26 -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 = [];
|
const loudNormDataArr = [];
|
||||||
|
|
||||||
|
// {
|
||||||
for (let i = (idx + 1); i < lines.length; i += 1) {
|
for (let i = (idx + 1); i < lines.length; i += 1) {
|
||||||
const lineArr = lines[i].split(' ');
|
const lineArr = lines[i].split(' ');
|
||||||
lineArr.shift();
|
lineArr.shift();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue