wip
This commit is contained in:
parent
27d798f8a3
commit
0ee72681ff
3 changed files with 26 additions and 21 deletions
|
|
@ -773,9 +773,7 @@ if ( $ext === '.mp3' ) {
|
|||
} else {
|
||||
die( "Unexpected file extension $ext\n" );
|
||||
}
|
||||
if ( $ext === '.mp3' ) {
|
||||
$segments = consolidate( $target, $segments );
|
||||
}
|
||||
$segments = consolidate( $target, $segments );
|
||||
|
||||
/*
|
||||
foreach ( $segments as $key => $segment ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue