chore(hooks/useAudioController): get rid of useless comment

This commit is contained in:
/home/neo 2026-07-15 15:54:47 +03:00 committed by GitHub
parent 382b8037af
commit 00b0981af6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -336,7 +336,7 @@ export function useAudioController({
return {
currentTrack,
setCurrentTrack,
skipTrack, // Added ts
skipTrack,
splashIndex,
setSplashIndex,
cycleSplash,