Skip to content

Commit

Permalink
Remove longer time elapsed for live videos (was only for preview imag…
Browse files Browse the repository at this point in the history
…e demo)
  • Loading branch information
prototype-A committed Apr 3, 2021
1 parent e43abc4 commit 665b6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/listener.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function updateMediaStatus(newMediaInfo) {
updatePresence({
details: currMediaInfo.title,
state: `on ${currMediaInfo.platform}`,
startTimestamp: now - 4536,
startTimestamp: now,
smallImageKey: 'listeninglive',
smallImageText: 'Listening Live',
instance: true,
Expand Down

0 comments on commit 665b6b7

Please sign in to comment.