add authors, composers, history and settings to Tune::merge()
This commit is contained in:
@@ -33,7 +33,7 @@ class Composer implements Lex
|
||||
list($key, $data) = $this->getKeyDataFromLine($line);
|
||||
|
||||
if ($key === 'C') {
|
||||
$this->builder->addComposer(new StringAtom($data));
|
||||
$this->builder->addComposer($data);
|
||||
}
|
||||
|
||||
return $next($context);
|
||||
|
||||
Reference in New Issue
Block a user