kv-music/js
Julien Maille 2ae6b620f2 Improve playlist download stability by skipping failed tracks
Added try-catch blocks in downloadPlaylistAsZip, downloadAlbumAsZip, and downloadDiscography to handle individual track download failures gracefully. Errors are now logged to the console, and the download process continues for the remaining tracks.
2025-12-26 11:38:21 +01:00
..
api.js Enhance artist page by fetching EPs and Singles via search fallback 2025-12-25 23:11:08 +01:00
app.js Enhance artist page by fetching EPs and Singles via search fallback 2025-12-25 23:11:08 +01:00
cache.js naming 2025-11-17 21:43:33 +02:00
downloads.js Improve playlist download stability by skipping failed tracks 2025-12-26 11:38:21 +01:00
events.js Fix muted status persistence and revert volume storage refactor 2025-12-25 23:10:48 +01:00
lastfm.js updated analytics + LastFM Api Key 2025-12-23 21:01:52 -08:00
lyrics.js Refactor SVG icons and improve settings UI 2025-12-25 20:03:16 +01:00
player.js Merge pull request #17 from JulienMaille/bugs 2025-12-24 05:10:16 -08:00
router.js naming 2025-11-17 21:43:33 +02:00
settings.js feat: add play next functionality, inline track actions, and notifications 2025-12-24 10:55:08 +01:00
storage.js Fix muted status persistence and revert volume storage refactor 2025-12-25 23:10:48 +01:00
ui-interactions.js Refactor SVG icons and improve settings UI 2025-12-25 20:03:16 +01:00
ui.js Enhance artist page by fetching EPs and Singles via search fallback 2025-12-25 23:11:08 +01:00
utils.js Refactor SVG icons and improve settings UI 2025-12-25 20:03:16 +01:00