mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
Merge branch 'master' into deploy
This commit is contained in:
commit
3d0a3446b8
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ export default {
|
|||
},
|
||||
goToCategory(Category) {
|
||||
this.showCatOptions = false;
|
||||
this.$router.push({ path: '/explore?category=' + Category });
|
||||
this.$router.push({ name: 'explore', query: { category: Category } });
|
||||
},
|
||||
updatePlaylist(playlists) {
|
||||
this.playlists.push(...playlists);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue