1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +01:00

fix ununsed arg

This commit is contained in:
Mikael Finstad 2019-11-05 02:14:47 +08:00
parent 6ad8f75b1a
commit fe55f38ac0

View File

@ -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 });