mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-12 15:04:43 +02:00
Update:Notification player closed when closing in-app player and stop button on notification player #255, Add:Setting for disabling auto rewind
This commit is contained in:
parent
3c1120ea48
commit
e4c6093a82
10 changed files with 59 additions and 51 deletions
|
@ -76,10 +76,14 @@
|
|||
import { Dialog } from '@capacitor/dialog'
|
||||
|
||||
export default {
|
||||
props: {},
|
||||
props: {
|
||||
deviceData: {
|
||||
type: Object,
|
||||
default: () => {}
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
deviceData: null,
|
||||
loggedIn: false,
|
||||
showAuth: false,
|
||||
processing: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue