decoder/mpg123: call TagHandler::OnAudioFormat()

This commit is contained in:
Max Kellermann 2018-07-07 13:08:06 +02:00
parent d8b03d4927
commit 0f18e7baf9
1 changed files with 2 additions and 0 deletions

View File

@ -307,6 +307,8 @@ mpd_mpg123_scan_file(Path path_fs, TagHandler &handler) noexcept
return false;
}
handler.OnAudioFormat(audio_format);
/* ID3 tag support not yet implemented */
mpg123_delete(handle);