We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bca8b commit 3b62d6bCopy full SHA for 3b62d6b
1 file changed
linux/mediacontroller.cpp
@@ -218,6 +218,7 @@ void MediaController::removeAudioOutputDevice() {
218
void MediaController::setConnectedDeviceMacAddress(const QString &macAddress) {
219
connectedDeviceMacAddress = macAddress;
220
m_deviceOutputName = getAudioDeviceName();
221
+ LOG_INFO("Device output name set to: " << m_deviceOutputName);
222
}
223
224
MediaController::MediaState MediaController::mediaStateFromPlayerctlOutput(
0 commit comments