Add:Send ebook to device button #909

This commit is contained in:
advplyr
2023-11-02 16:10:55 -05:00
parent 04e468b43d
commit fc7af6d1fc
5 changed files with 58 additions and 4 deletions
+2 -1
View File
@@ -152,8 +152,9 @@ export default {
return
}
const { user, userDefaultLibraryId, serverSettings } = authRes
const { user, userDefaultLibraryId, serverSettings, ereaderDevices } = authRes
this.$store.commit('setServerSettings', serverSettings)
this.$store.commit('libraries/setEReaderDevices', ereaderDevices)
// Set library - Use last library if set and available fallback to default user library
const lastLibraryId = await this.$localStore.getLastLibraryId()