LocalSink: update local input device list at construction time

This commit is contained in:
f4exb 2024-05-12 03:50:26 +02:00
parent bab47d41c7
commit dae5a9174b
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ LocalSink::LocalSink(DeviceAPI *deviceAPI) :
this,
&LocalSink::updateDeviceSetList
);
updateDeviceSetList();
}
LocalSink::~LocalSink()