mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
fix ununsed arg
This commit is contained in:
parent
6ad8f75b1a
commit
fe55f38ac0
@ -361,7 +361,7 @@ class App extends React.Component {
|
||||
return (this.state.currentTime || 0) + this.state.startTimeOffset;
|
||||
}
|
||||
|
||||
mergeFiles = async (paths, onMergeClick) => {
|
||||
mergeFiles = async (paths) => {
|
||||
try {
|
||||
this.setState({ working: true });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user