Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix/flac: Actually print relevant incorrect type (#49)
* fix/flac: Actually print relevant incorrect type `si` will always be `(*meta.StreamInfo)`, the relevant type is `block.Header.Type` which implements `Stringer` * Update flac.go Co-authored-by: Robin <[email protected]> Co-authored-by: Robin <[email protected]>
- Loading branch information