mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-22 02:18:54 +01:00
Fix:Reorder libraries route and draggable table,Fix:Update filter daata
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user