Skip to content

Commit

Permalink
[lastfm] fix activity timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
ioj4 authored and yellowsink committed Sep 18, 2024
1 parent 0ebbbf1 commit 18cccad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lastfm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const setPresence = async (name = "", activity?: Track) =>
state: activity.artist,
application_id: DISCORD_APP_ID,
timestamps: store.stamp
? { start: ~~(Date.now() / 1000) }
? { start: Date.now() }
: undefined,
assets: {
large_image:
Expand Down

0 comments on commit 18cccad

Please sign in to comment.