mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
feat: support cloud disk
This commit is contained in:
parent
996904f056
commit
571d0d71f8
10 changed files with 250 additions and 35 deletions
|
|
@ -240,6 +240,8 @@ export default {
|
|||
this.$router.push({ path: '/library/liked-songs' });
|
||||
} else if (this.player.playlistSource.type === 'url') {
|
||||
this.$router.push({ path: this.player.playlistSource.id });
|
||||
} else if (this.player.playlistSource.type === 'cloudDisk') {
|
||||
this.$router.push({ path: '/library' });
|
||||
} else {
|
||||
this.$router.push({
|
||||
path:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue