Skip to content

Commit

Permalink
fix: use DatabaseService instead of SongRecognitionService for settin…
Browse files Browse the repository at this point in the history
…g radio in DB
  • Loading branch information
tomassasovsky committed Jul 31, 2024
1 parent cc778e1 commit 41c9064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/commands/radio.dart
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ ChatCommand:radio-play-random: {
channelId: context.channel.id,
).startPlaying();

await SongRecognitionService.instance.setCurrentRadio(
await DatabaseService.instance.setCurrentRadio(
context.guild!.id,
context.member!.voiceState!.channel!.id,
context.channel.id,
Expand Down

0 comments on commit 41c9064

Please sign in to comment.