fix: misc

This commit is contained in:
Cory Dransfeldt 2024-04-15 17:02:38 -07:00
parent b71b998148
commit 2a753b2ed7
No known key found for this signature in database
4 changed files with 2 additions and 16 deletions

View file

@ -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) => {