mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-28 06:14:00 +02:00
Add:Continue listening shelf for offline books/episodes #112
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ export const getters = {
|
||||
|
||||
export const actions = {
|
||||
async loadLocalMediaProgress({ state, commit }) {
|
||||
var mediaProgress = await this.$db.getAllLocalMediaProgress()
|
||||
const mediaProgress = await this.$db.getAllLocalMediaProgress()
|
||||
commit('setLocalMediaProgress', mediaProgress)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user