autoplay persists on app launches

This commit is contained in:
Core 2022-09-21 23:58:39 +01:00
parent 9f4d26f29e
commit 6e048db633
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
2 changed files with 21 additions and 0 deletions

View file

@ -231,6 +231,11 @@ export class Store {
settings: false,
},
},
musickit: {
"stored-attributes": {
autoplayEnabled: "",
},
},
};
private migrations: any = {};
private schema: ElectronStore.Schema<any> = {