Skip to content

Commit

Permalink
ID3v1: Rename GENRES[14] to "R&B"
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Dec 3, 2023
1 parent f5b5dea commit 558d7cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/id3/v1/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub const GENRES: [&str; 192] = [
"Oldies",
"Other",
"Pop",
"Rhythm and Blues",
"R&B",
"Rap",
"Reggae",
"Rock",
Expand Down

0 comments on commit 558d7cc

Please sign in to comment.