feishin/src/renderer/features/playlists/mutations
Jeff 59f4f43e84
Add ability to add/remove songs from playlist (#17)
* Add api for add/remove playlist items

* Add playlistItemId property to normalized Song

- This is used for Navidrome to delete songs from playlists

* Add mutations for add/remove from playlist

* Add context modal for playlist add

* Add remove from playlist from context menu

* Set jellyfin to use playlistItemId

* Adjust font sizing

* Add playlist add from detail pages

* Bump mantine to v6-alpha.2
2023-01-29 18:40:26 -08:00
..
add-to-playlist-mutation.ts Add ability to add/remove songs from playlist (#17) 2023-01-29 18:40:26 -08:00
create-playlist-mutation.ts Add delete playlist to context menu 2023-01-03 00:50:09 -08:00
delete-playlist-mutation.ts Add delete playlist to context menu 2023-01-03 00:50:09 -08:00
remove-from-playlist-mutation.ts Add ability to add/remove songs from playlist (#17) 2023-01-29 18:40:26 -08:00
update-playlist-mutation.ts Add create/update playlist mutations and form 2022-12-31 12:40:11 -08:00