decoder/mpg123: call TagHandler::OnAudioFormat()
This commit is contained in:
parent
d8b03d4927
commit
0f18e7baf9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue