Skip to content

Avoid crashing when populating the OBS sources

Emmanuele Bassi requested to merge ebassi/boatswain:ebassi/crash-fix into main

The source type may not be available, and the ObsSource instance must be transferred to the list, otherwise the list will just point to random garbage once the block ends.

Merge request reports