some changes
This commit is contained in:
parent
8e01d59398
commit
56387b542c
2 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@ export class Store {
|
|||
},
|
||||
"audio": {
|
||||
"volume": 1,
|
||||
"volumeStep": 0.1,
|
||||
"volumeStep": 0.02,
|
||||
"maxVolume": 1,
|
||||
"lastVolume": 1,
|
||||
"muted": false,
|
||||
|
|
|
@ -75,6 +75,7 @@
|
|||
let year = await app.mk.api.v3.music("/v1/me/music-summaries/search?extend=inLibrary&period=year&fields[music-summaries]=period%2Cyear&include[music-summaries]=playlist")
|
||||
this.years = year.data.data
|
||||
localStorage.setItem("seenReplay", true)
|
||||
this.getReplayYear();
|
||||
},
|
||||
methods: {
|
||||
songsToArray(songsData) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue