feishin/src/renderer/features/playlists
Kendall Garner bbf59a4942
[bugfix]: Fix add to playlist success message
The prior code used `form.addToPlaylist`, not `.success`. Also fixes English pluralization and
uses the correct `entity.track` as opposed to `entity.song` for other languages (I am not sure
if the en syntax could be applied to other languages, so I will just leave pluralization as-is
for now).
2024-01-25 23:58:21 -08:00
..
components [bugfix]: Fix add to playlist success message 2024-01-25 23:58:21 -08:00
mutations Invalidate playlist song list on update (#248) 2023-09-20 16:28:59 -07:00
queries Lint all files 2023-07-01 19:14:12 -07:00
routes Add localization support (#333) 2023-10-30 19:22:45 -07:00
index.ts Add ability to add/remove songs from playlist (#17) 2023-01-29 18:40:26 -08:00
utils.ts Lint all files 2023-07-01 19:14:12 -07:00