mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-17 18:40:59 +02:00
Initial commit
This commit is contained in:
@ -14,6 +14,7 @@ export const state = () => ({
|
||||
selectedAuthor: null,
|
||||
isCasting: false, // Actively casting
|
||||
isChromecastInitialized: false, // Script loaded
|
||||
showBatchQuickMatchModal: false,
|
||||
dateFormats: [
|
||||
{
|
||||
text: 'MM/DD/YYYY',
|
||||
@ -108,5 +109,9 @@ export const mutations = {
|
||||
},
|
||||
setCasting(state, val) {
|
||||
state.isCasting = val
|
||||
},
|
||||
setShowBatchQuickMatchModal(state, val) {
|
||||
console.log("setShowBatchQuickMatchModal: " + val)
|
||||
state.showBatchQuickMatchModal = val
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user