mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +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;
|
||||
}
|
||||
|
||||
// If the player is fetching, don't autoplay
|
||||
if (isFetching) {
|
||||
return;
|
||||
}
|
||||
|
||||
// If no current song, don't autoplay
|
||||
if (!properties.song?.id) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user