Skip to content

Commit a6d6e0e

Browse files
committed
linux: fix name for preferred a2dp profile in mediacontroller
1 parent fe774d5 commit a6d6e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/media/mediacontroller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class MediaController : public QObject
3939
void removeAudioOutputDevice();
4040
void setConnectedDeviceMacAddress(const QString &macAddress);
4141
bool isA2dpProfileAvailable();
42-
QString getBestA2dpProfile();
42+
QString getPreferredA2dpProfile();
4343
bool restartWirePlumber();
4444

4545
void setEarDetectionBehavior(EarDetectionBehavior behavior);

0 commit comments

Comments
 (0)