mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
Merge branch 'master' of https://github.com/qier222/YesPlayMusic
# Conflicts: # src/store/mutations.js
This commit is contained in:
commit
14a22ccf1e
4 changed files with 6 additions and 8 deletions
|
|
@ -1,4 +1,3 @@
|
|||
// import { getMP3 } from "@/api/track";
|
||||
import { updateMediaSessionMetaData } from "@/utils/mediaSession";
|
||||
import { getTrackDetail, scrobble } from "@/api/track";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
import { Howl, Howler } from "howler";
|
||||
import state from "./state";
|
||||
import { shuffleAList } from "@/utils/common";
|
||||
|
||||
export default {
|
||||
|
|
@ -85,7 +84,7 @@ export default {
|
|||
updateUser(state, user) {
|
||||
state.settings.user = user;
|
||||
},
|
||||
updateUserInfo(sate, { key, value }) {
|
||||
updateUserInfo(state, { key, value }) {
|
||||
state.settings.user[key] = value;
|
||||
},
|
||||
updateLikedSongs(state, trackIDs) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue