mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 16:34:24 +02:00
Fix ND playlist controller
This commit is contained in:
@@ -431,7 +431,7 @@ const removeFromPlaylist = async (
|
|||||||
id: query.id,
|
id: query.id,
|
||||||
},
|
},
|
||||||
query: {
|
query: {
|
||||||
ids: query.songId,
|
id: query.songId,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -314,7 +314,7 @@ const removeFromPlaylist = z.object({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const removeFromPlaylistParameters = z.object({
|
const removeFromPlaylistParameters = z.object({
|
||||||
ids: z.array(z.string()),
|
id: z.array(z.string()),
|
||||||
});
|
});
|
||||||
|
|
||||||
export const ndType = {
|
export const ndType = {
|
||||||
|
|||||||
Reference in New Issue
Block a user