Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
[C-1286] Add Hyperpop (#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson authored Oct 7, 2022
1 parent bf654d9 commit eade780
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/common/src/utils/genres.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export enum Genre {
AUDIOBOOKS = 'Audiobooks',
LATIN = 'Latin',
LOFI = 'Lo-Fi',
HYPERPOP = 'Hyperpop',

// Electronic Subgenres
TECHNO = 'Techno',
Expand Down Expand Up @@ -113,6 +114,7 @@ export const GENRES = [
Genre.AUDIOBOOKS,
Genre.LATIN,
Genre.LOFI,
Genre.HYPERPOP,
...Object.keys(ELECTRONIC_SUBGENRES).map(
(subgenre) => `${ELECTRONIC_PREFIX}${subgenre}`
)
Expand Down

0 comments on commit eade780

Please sign in to comment.