mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-30 14:49:47 +02:00
Fix:Refreshing server media progress after local sync
This commit is contained in:
parent
8bab4ae383
commit
860c7aac80
5 changed files with 35 additions and 16 deletions
|
@ -27,7 +27,6 @@ export default function ({ $axios, store }) {
|
|||
})
|
||||
|
||||
$axios.onError(error => {
|
||||
const code = parseInt(error.response && error.response.status)
|
||||
console.error('Axios error code', code)
|
||||
console.error('Axios error code', error)
|
||||
})
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue