feat(hot & new): metal genre
This commit is contained in:
parent
b7aaa37578
commit
07d78798cd
1 changed files with 1 additions and 0 deletions
1
js/ui.js
1
js/ui.js
|
|
@ -1995,6 +1995,7 @@ export class UIRenderer {
|
|||
{ id: 'blues', name: 'Blues' },
|
||||
{ id: 'soundtrack', name: 'Soundtrack' },
|
||||
{ id: 'alternative', name: 'Alternative' },
|
||||
{ id: 'metal', name: 'Metal'}
|
||||
];
|
||||
|
||||
if (GENRES.length > 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue