ID3v1: Rename GENRES[14] to "R&B"

This commit is contained in:
Serial 2023-12-03 15:11:59 -05:00 committed by Alex
parent f5b5dea583
commit 558d7cc2f7
2 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- **ID3v1**: Renamed `GENRES[14]` to `"R&B"` (Previously `"Rhythm & Blues"`) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/296))
## [0.17.1] - 2023-11-26
### Changed

View file

@ -14,7 +14,7 @@ pub const GENRES: [&str; 192] = [
"Oldies",
"Other",
"Pop",
"Rhythm and Blues",
"R&B",
"Rap",
"Reggae",
"Rock",