mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +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;
|
||||
}
|
||||
|
||||
return arr;
|
||||
}
|
||||
|
||||
function getDashItags(opts)
|
||||
|
Reference in New Issue
Block a user