if (true === $obj->vars['vcid']['changed']) {
            if ($new || (0 != $obj->vars['vcid']['value'])) {
                $voice = $voiceHandler->get($obj->vars['vcid']['value']);
                if (\is_object($voice)) {
                    $voice->setVar('songs', $voice->getVar('songs') + 1);