Skip to content

Commit 82bede7

Browse files
committed
Compile error in AudioPlayer
1 parent 137976f commit 82bede7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/AudioTools/AudioPlayer.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ namespace audio_tools {
198198
if (p_final_notify != nullptr) p_final_notify->setAudioInfo(info);
199199
};
200200

201+
virtual AudioBaseInfo audioInfo() override {
202+
return volume_out.audioInfo();
203+
}
204+
201205
/// starts / resumes the playing of a matching song
202206
virtual void play() {
203207
LOGD(LOG_METHOD);

0 commit comments

Comments
 (0)