mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Add new Media::Audio::Instance for audio tracks.
Move some audio-related code from Media::Player to Media::Audio.
This commit is contained in:
@@ -2434,7 +2434,7 @@ namespace {
|
||||
|
||||
void playSound() {
|
||||
if (Global::SoundNotify() && !Platform::Notifications::SkipAudio()) {
|
||||
Media::Player::PlayNotify();
|
||||
Media::Audio::PlayNotify();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user