Commit Graph

57 Commits

Author SHA1 Message Date
602fe6bbb1 feat: go to next song when the current one ends 2024-07-20 22:57:04 +01:00
fbc9a07c25 chore: fix wrong comment 2024-07-20 22:17:04 +01:00
1e257eaf4e feat: implement audio fade in/out 2024-07-20 22:16:16 +01:00
66a873b3c2 fix: prevent browser from caching audio
Add a random query parameter to the end of the track URL to prevent the
browser from caching the audio file, forcing it to fetch the latest
track
2024-07-20 21:48:43 +01:00
dcaec061d6 feat: add dark mode support 2024-07-20 21:36:31 +01:00
a6794dafca feat: add basic play/pause web ui 2024-07-20 21:18:41 +01:00
074d96b76d feat: start adding server code 2024-07-20 17:09:22 +01:00