Skip to content

Commit

Permalink
Update websites/Y/YouTube Music/presence.ts
Browse files Browse the repository at this point in the history
Co-authored-by: veryCrunchy <[email protected]>
Signed-off-by: ION606 <[email protected]>
  • Loading branch information
ION606 and veryCrunchy authored Apr 28, 2024
1 parent 53069a3 commit 79128ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websites/Y/YouTube Music/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ presence.on("UpdateData", async () => {

if (["playing", "paused"].includes(mediaSession.playbackState)) {
if (privacyMode) {
presenceData.type = ActivityType.Playing;
presenceData.type = ActivityType.Listening;
return presence.setActivity({
...(mediaSession.playbackState === "playing" && {
largeImageKey:
Expand Down

0 comments on commit 79128ab

Please sign in to comment.