mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-09-01 15:35:26 +02:00
Fix:Initial audiobook progress sync, Fix:Reset stream on logout
This commit is contained in:
parent
6bb8dfeffa
commit
f5d455feb1
13 changed files with 157 additions and 142 deletions
|
@ -74,12 +74,12 @@ export default {
|
|||
iconOutlined: true,
|
||||
text: 'Downloads',
|
||||
to: '/downloads'
|
||||
},
|
||||
{
|
||||
icon: 'settings',
|
||||
text: 'Settings',
|
||||
to: '/config'
|
||||
}
|
||||
// {
|
||||
// icon: 'settings',
|
||||
// text: 'Settings',
|
||||
// to: '/config'
|
||||
// }
|
||||
]
|
||||
if (!this.socketConnected) {
|
||||
items = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue