Fix:Reorder libraries route and draggable table,Fix:Update filter daata

This commit is contained in:
advplyr 2021-12-05 09:52:23 -06:00
parent b68c181631
commit 040548c6db
4 changed files with 13 additions and 13 deletions

View file

@ -210,7 +210,7 @@ export const mutations = {
}
if (audiobook.book.genres && audiobook.book.genres.length) {
audiobook.book.genres.forEach((genre) => {
if (tag && !state.filterData.genres.includes(genre)) state.filterData.genres.push(genre)
if (genre && !state.filterData.genres.includes(genre)) state.filterData.genres.push(genre)
})
}
}