mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-26 13:24:24 +00:00
a bit of progress on the player
This commit is contained in:
@@ -6,7 +6,8 @@ createApp( {
|
||||
return {
|
||||
hasLoaded: false,
|
||||
songs: {},
|
||||
playingSong: {}
|
||||
playingSong: {},
|
||||
isPlaying: false,
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user