more bugfix on the module manager and audio streams

This commit is contained in:
Ryzerth
2021-07-26 15:54:33 +02:00
parent fa9347f2ee
commit 646fe4fd02
6 changed files with 89 additions and 14 deletions

View File

@ -248,7 +248,8 @@ public:
}
~AudioSinkModule() {
// Unregister sink, this will automatically stop and delete all instances of the audio sink
sigpath::sinkManager.unregisterSinkProvider("Audio");
}
void postInit() {}