Closed ewoudwijma closed 2 years ago
If a usermod adds an effect using strip.addEffect(255, ...) and a preset of this effect is saved and after that the usermod is removed, the preset will cause a crash.
Solution: test if effect with id exists in service.
Hopefully fixed in dc700c41fbb042259b9c95ebe9ae1535f600ab78
If a usermod adds an effect using strip.addEffect(255, ...) and a preset of this effect is saved and after that the usermod is removed, the preset will cause a crash.
Solution: test if effect with id exists in service.