mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-25 12:54:08 +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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user