Skip to content

Commit 5645e10

Browse files
committed
[BUGFIX] Remove Score Filegroup out of configKeys
Because Score is not present in Branch v5.0.x. Reintroduced missing Filegroup Audio as it was before. But was removed by Maintenance in this commit: #8427b4
1 parent 27326bb commit 5645e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Common/MetsDocument.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ protected function magicGetFileGrps(): array
11651165
'fileGrpThumbs',
11661166
'fileGrpDownload',
11671167
'fileGrpFulltext',
1168-
'fileGrpScore'
1168+
'fileGrpAudio'
11691169
];
11701170

11711171
foreach ($configKeys as $key) {

0 commit comments

Comments
 (0)