fix effect prio unregister

This commit is contained in:
redPanther 2016-09-06 11:18:29 +02:00 committed by GitHub
parent a6d12611a8
commit 4c6a4a1f93
1 changed files with 1 additions and 1 deletions

View File

@ -227,5 +227,5 @@ void EffectEngine::effectFinished(Effect *effect)
// cleanup the effect
effect->deleteLater();
_hyperion->unRegisterPriority("EFFECT: " + effect->getScript());
_hyperion->unRegisterPriority("EFFECT: " + FileUtils::getBaseName(effect->getScript()));
}