We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e09356 commit 8765878Copy full SHA for 8765878
lib/AppInfo/Application.php
@@ -161,5 +161,9 @@ public function register(IRegistrationContext $context): void {
161
}
162
163
public function boot(IBootContext $context): void {
164
+ // Load PHP Exif Library for adding image metadata
165
+ require_once(__DIR__ . '/../../vendor/fileeye/pel/autoload.php');
166
+ // Load getID3 library for adding audio metadata
167
+ require_once(__DIR__ . '/../../vendor/james-heinrich/getid3/getid3/getid3.php');
168
169
0 commit comments