mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
fix effect prio unregister
This commit is contained in:
parent
a6d12611a8
commit
4c6a4a1f93
@ -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()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user