autoplay persists on app launches
This commit is contained in:
parent
9f4d26f29e
commit
6e048db633
2 changed files with 21 additions and 0 deletions
|
@ -231,6 +231,11 @@ export class Store {
|
|||
settings: false,
|
||||
},
|
||||
},
|
||||
musickit: {
|
||||
"stored-attributes": {
|
||||
autoplayEnabled: "",
|
||||
},
|
||||
},
|
||||
};
|
||||
private migrations: any = {};
|
||||
private schema: ElectronStore.Schema<any> = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue