Adding download zip file, fix local cover art for m4b download

This commit is contained in:
Mark Cooper 2021-09-14 20:45:00 -05:00
parent 3dfd7ea035
commit 174fce9614
14 changed files with 625 additions and 113 deletions

View file

@ -13,6 +13,9 @@ export const state = () => ({
})
export const getters = {
getAudiobook: (state) => id => {
return state.audiobooks.find(ab => ab.id === id)
},
getFiltered: (state, getters, rootState) => () => {
var filtered = state.audiobooks
var settings = rootState.user.settings || {}