Skip to content

Commit

Permalink
force instant play of next track
Browse files Browse the repository at this point in the history
  • Loading branch information
xiduzo committed Jan 28, 2024
1 parent 5f5aa30 commit 42eba4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/service/FissaService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export class FissaService extends ServiceWithContext {

// TODO: We should ban this track from being played again
// as apparently it's not playable
if (!playing) return this.playNextTrack(pin);
if (!playing) return this.playNextTrack(pin, true);
};

private getNextTracks = (tracks: Track[], currentlyPlayingId?: string | null) => {
Expand Down

1 comment on commit 42eba4f

@vercel
Copy link

@vercel vercel bot commented on 42eba4f Jan 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.