mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-15 23:40:25 -06:00
actually do the mutation plz
This commit is contained in:
@@ -116,7 +116,10 @@ export default function Playlist({
|
||||
console.debug(`Moving playlist item from ${from} to ${to}`);
|
||||
|
||||
setPlaylistTracks(data);
|
||||
useUpdatePlaylist
|
||||
useUpdatePlaylist.mutate({
|
||||
playlist,
|
||||
tracks: data
|
||||
});
|
||||
}}
|
||||
refreshing={isPending}
|
||||
renderItem={({ item: track, getIndex, drag }) => {
|
||||
|
||||
Reference in New Issue
Block a user