Skip to content

Commit

Permalink
🔥 Update largeImageText
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri authored Apr 23, 2021
1 parent dc29637 commit b7c82c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/managers/discord.manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export const setActivity = (data: Song) => {
largeImageKey: data.quality === "HI_RES" ? "logo_mqa" : "logo",
largeImageText:
data.quality === "HI_RES"
? `Tidal [MQA] ${String.fromCharCode(8226)} ririxi.dev/tidal`
: `Tidal ${String.fromCharCode(8226)} ririxi.dev/tidal`
? `Tidal [MQA] ${String.fromCharCode(8226)} tidalRPC ${app.version}`
: `Tidal ${String.fromCharCode(8226)} tidalRPC ${app.version}`
};

if (!data.duration) presenceData.startTimestamp = data.startTime;
Expand Down

0 comments on commit b7c82c1

Please sign in to comment.