mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-19 18:04:22 +02:00
fix auto dj not triggering on single song queue (#1359)
This commit is contained in:
@@ -46,11 +46,6 @@ export const useAutoDJ = () => {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the player is fetching, don't autoplay
|
|
||||||
if (isFetching) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// If no current song, don't autoplay
|
// If no current song, don't autoplay
|
||||||
if (!properties.song?.id) {
|
if (!properties.song?.id) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user