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 452ebec commit ddb5065
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 @@ -151,7 +151,7 @@ presence.on("UpdateData", async () => {
};
} else if (showBrowsing) {
if (privacyMode) {
presenceData.type = ActivityType.Playing;
presenceData.type = ActivityType.Listening;
return presence.setActivity({
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/Y/YouTube%20Music/assets/logo.png",
Expand Down

0 comments on commit ddb5065

Please sign in to comment.