mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Remove unused return value
This function already appends to passed array. No need to return it.
This commit is contained in:
@@ -37,8 +37,6 @@ function _appendItagArray(arr, opts, formats)
|
|||||||
)
|
)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return arr;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function getDashItags(opts)
|
function getDashItags(opts)
|
||||||
|
Reference in New Issue
Block a user