mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-10 05:54:47 +02:00
Update:Show error icon on player cover when local media progress fails to sync & remove sync failure toast
This commit is contained in:
parent
b51f65d2a4
commit
5f6a1ef7e9
8 changed files with 58 additions and 15 deletions
|
@ -152,7 +152,7 @@ export default {
|
|||
var payload = await this.authenticateToken()
|
||||
|
||||
if (payload) {
|
||||
this.setUserAndConnection(payload.user, payload.userDefaultLibraryId)
|
||||
this.setUserAndConnection(payload)
|
||||
} else {
|
||||
this.showAuth = true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue