Commit 0f18e7ba authored by Max Kellermann's avatar Max Kellermann

decoder/mpg123: call TagHandler::OnAudioFormat()

parent d8b03d49
...@@ -307,6 +307,8 @@ mpd_mpg123_scan_file(Path path_fs, TagHandler &handler) noexcept ...@@ -307,6 +307,8 @@ mpd_mpg123_scan_file(Path path_fs, TagHandler &handler) noexcept
return false; return false;
} }
handler.OnAudioFormat(audio_format);
/* ID3 tag support not yet implemented */ /* ID3 tag support not yet implemented */
mpg123_delete(handle); mpg123_delete(handle);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment