mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 10:04:39 +02:00
Add:Continue listening shelf for offline books/episodes #112
This commit is contained in:
parent
7462eb3bc4
commit
0583ce617e
4 changed files with 71 additions and 20 deletions
|
@ -65,7 +65,7 @@ export const actions = {
|
|||
if (state.isNetworkListenerInit) return
|
||||
commit('setNetworkListenerInit', true)
|
||||
|
||||
var status = await Network.getStatus()
|
||||
const status = await Network.getStatus()
|
||||
console.log('Network status', status)
|
||||
commit('setNetworkStatus', status)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue