Skip to content

Commit a323e7c

Browse files
committed
fixup: add fileGrpVideo and fileGrpWaveform to new useGroups method
add mediaplayer useGroups to AbstractDocument after rewrite in kitodo#1404
1 parent 24373d6 commit a323e7c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Classes/Common/AbstractDocument.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -773,12 +773,14 @@ protected function getUseGroups(): array
773773
$extConf = GeneralUtility::makeInstance(ExtensionConfiguration::class)->get(self::$extKey, 'files');
774774

775775
$configKeys = [
776-
'fileGrpImages',
777-
'fileGrpThumbs',
776+
'fileGrpAudio',
778777
'fileGrpDownload',
779778
'fileGrpFulltext',
780-
'fileGrpAudio',
781-
'fileGrpScore'
779+
'fileGrpImages',
780+
'fileGrpScore',
781+
'fileGrpThumbs',
782+
'fileGrpVideo',
783+
'fileGrpWaveform'
782784
];
783785

784786
foreach ($configKeys as $key) {

0 commit comments

Comments
 (0)