mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-19 03:57:28 +08:00
🐞 fix: 修复歌曲加入歌单失败问题
This commit is contained in:
@@ -139,7 +139,7 @@ export const updatePlaylistTracks = (params: {
|
|||||||
pid: number;
|
pid: number;
|
||||||
tracks: string;
|
tracks: string;
|
||||||
}) => {
|
}) => {
|
||||||
return request.get('/playlist/tracks', { params });
|
return request.post('/playlist/tracks', params);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user