added genres page
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/** Searchable views that respond to the global search term. */
|
||||
const SEARCHABLE_VIEWS = new Set(['tracks', 'albums', 'playlists', 'artists']);
|
||||
const SEARCHABLE_VIEWS = new Set(['tracks', 'albums', 'playlists', 'artists', 'genres']);
|
||||
|
||||
type Subscriber = () => void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user