fix auto dj not triggering on single song queue (#1359)

This commit is contained in:
jeffvli
2025-12-10 01:06:16 -08:00
parent b627f4e489
commit 32062d7c0f
@@ -46,11 +46,6 @@ export const useAutoDJ = () => {
return;
}
// If the player is fetching, don't autoplay
if (isFetching) {
return;
}
// If no current song, don't autoplay
if (!properties.song?.id) {
return;