diff --git a/src/components/media/audio_player/mod.rs b/src/components/media/audio_player/mod.rs
index 741b10d5..180a33f1 100644
--- a/src/components/media/audio_player/mod.rs
+++ b/src/components/media/audio_player/mod.rs
@@ -10,10 +10,11 @@ mod waveform_paintable;
use self::waveform::Waveform;
use crate::{
+ MEDIA_FILE_NOTIFIER,
session::model::Session,
spawn,
utils::{
- File, LoadingState,
+ File, LoadingState, OneshotNotifier,
matrix::{AudioMessageExt, MediaMessage, MessageCacheKey},
media::{
self, MediaFileError,
@@ -54,8 +55,7 @@ mod imp {
/// The source to play.
source: RefCell