You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug where web player would panic if incorrect audio data was
attempted to decode. Player won't panic, but user will still need to
remove song from queue since it can't be played.
Update dependencies, remove default features from some to reduce
dependency tree.
Remove frontend from Cargo workspace to get working better with RLS
for multi-folder workspace in VSCode