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 79128ab commit 452ebec
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 @@ -266,7 +266,7 @@ presence.on("UpdateData", async () => {

if (!showBrowsing) return presence.clearActivity();

presenceData.type = ActivityType.Playing;
presenceData.type = ActivityType.Listening;
presence.setActivity(presenceData);
});

Expand Down

0 comments on commit 452ebec

Please sign in to comment.