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:
advplyr 2022-07-02 14:18:21 -05:00
parent 3c1120ea48
commit e4c6093a82
10 changed files with 59 additions and 51 deletions

View file

@ -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,