Skip to content

Commit

Permalink
Improved discord presence #3719
Browse files Browse the repository at this point in the history
  • Loading branch information
fast4x committed Oct 3, 2024
1 parent 3ce3930 commit 9e1dea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ fun sendDiscordPresence(
),
assets = Assets(
largeImage = "https://i.ytimg.com/vi/${mediaItem.mediaId}/maxresdefault.jpg",
smallImage = "icona_rimusic",
smallImage = "mp:{icona_rimusic}",
//largeText = mediaItem.mediaMetadata.title.toString(),
//smallText = mediaItem.mediaMetadata.artist.toString(),
),
Expand Down

0 comments on commit 9e1dea2

Please sign in to comment.