Skip to content

Commit

Permalink
Update Classes/Common/MetsDocument.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Meyer <[email protected]>
  • Loading branch information
chrizzor and sebastian-meyer authored Jul 8, 2024
1 parent cadff9d commit d87d2df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Classes/Common/MetsDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -1650,11 +1650,11 @@ protected function magicGetMusicalStructure(): array
if (!empty($fileUse[(string) $fptr->attributes()->FILEID])) {
$this->musicalStructureInfo[$musicalSeq[0]]['files'][$fileUse[(string) $fptr->attributes()->FILEID]] = [
'fileid' => (string)$fptr->area->attributes()->FILEID,
'begin' => (string)$fptr->area->attributes()->BEGIN,
'end' => (string)$fptr->area->attributes()->END,
'type' => (string)$fptr->area->attributes()->BETYPE,
'shape' => (string)$fptr->area->attributes()->SHAPE,
'coords' => (string)$fptr->area->attributes()->COORDS,
'begin' => (string)$fptr->area->attributes()->BEGIN,
'end' => (string)$fptr->area->attributes()->END,
'type' => (string)$fptr->area->attributes()->BETYPE,
'shape' => (string)$fptr->area->attributes()->SHAPE,
'coords' => (string)$fptr->area->attributes()->COORDS
];
}

Expand Down

0 comments on commit d87d2df

Please sign in to comment.