echooutput = $echooutput; } public function process(string $groupID = '', string $guidChar = ''): void { if ((int) Settings::settingValue('lookupmusic') !== 0) { (new MusicService)->processMusicReleases(false, $groupID, $guidChar); } } }