diff --git a/ScStwLibraries/sources/scstwsoundplayer.cpp b/ScStwLibraries/sources/scstwsoundplayer.cpp index 52cdff3..4cf768d 100644 --- a/ScStwLibraries/sources/scstwsoundplayer.cpp +++ b/ScStwLibraries/sources/scstwsoundplayer.cpp @@ -27,7 +27,7 @@ ScStwSoundPlayer::ScStwSoundPlayer(QObject *parent) : QObject(parent) } this->audioOutput = new QAudioOutput(format, this); - this->audioOutput->setCategory("ScStw start sound"); + this->audioOutput->setCategory("media"); connect(this->audioOutput, SIGNAL(stateChanged(QAudio::State)), this, SLOT(handleStateChanged(QAudio::State))); connect(this, &ScStwSoundPlayer::playbackStarted, this->waitLoop, &QEventLoop::quit);