fix: misc
This commit is contained in:
parent
b71b998148
commit
2a753b2ed7
4 changed files with 2 additions and 16 deletions
|
@ -34,10 +34,6 @@ export const searchIndex = (collection) => {
|
|||
return searchIndex
|
||||
}
|
||||
|
||||
export const artistsIndex = (collection) => collection.getAll()[0].data.musicCharts.year.artists
|
||||
|
||||
export const albumsIndex = (collection) => collection.getAll()[0].data.musicCharts.year.albums
|
||||
|
||||
export const tagList = (collection) => {
|
||||
const tagsSet = new Set()
|
||||
collection.getAll().forEach((item) => {
|
||||
|
|
Reference in a new issue