Skip to content

Commit

Permalink
fix: fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ebina4yaka committed May 16, 2024
1 parent ffc12a5 commit 6fa6402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const addTracks = async (_client, interaction, queryType) => {
leaveOnEnd: true,
leaveOnEndCooldown: 60000,
pauseOnEmpty: true,
preferBridgedMetadata: true,
preferBridgedMetadata: false,
disableBiquad: true,
})

Expand Down

0 comments on commit 6fa6402

Please sign in to comment.