Skip to content

Commit

Permalink
Merge pull request #14 from Inrixia/discordRPC
Browse files Browse the repository at this point in the history
DiscordRPC - Fix small image being set on play
  • Loading branch information
twnlink committed Jun 24, 2024
2 parents e1fe1fd + 2c4e82b commit 94ffc86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/DiscordRPC/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ const updateRPC = async (currentTime?: number) => {
if (currentlyPlaying.album !== undefined) {
activityState.largeImageKey = getMediaURLFromID(currentlyPlaying.album.cover);
activityState.largeImageText = formatLongString(currentlyPlaying.album.title);
activityState.smallImageKey = activityState.largeImageKey;
activityState.smallImageText = activityState.largeImageText;
}

// Title/Artist
Expand Down

0 comments on commit 94ffc86

Please sign in to comment.