2
0
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:
John Preston
2017-05-03 14:36:39 +03:00
parent 11525a1e50
commit 6f89d01452
22 changed files with 909 additions and 355 deletions

View File

@@ -2434,7 +2434,7 @@ namespace {
void playSound() {
if (Global::SoundNotify() && !Platform::Notifications::SkipAudio()) {
Media::Player::PlayNotify();
Media::Audio::PlayNotify();
}
}