mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
ID3v1: Rename GENRES[14]
to "R&B"
This commit is contained in:
parent
f5b5dea583
commit
558d7cc2f7
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -14,7 +14,7 @@ pub const GENRES: [&str; 192] = [
|
|||
"Oldies",
|
||||
"Other",
|
||||
"Pop",
|
||||
"Rhythm and Blues",
|
||||
"R&B",
|
||||
"Rap",
|
||||
"Reggae",
|
||||
"Rock",
|
||||
|
|
Loading…
Reference in a new issue