Skip to content

Commit

Permalink
deploy: 4ce6d67
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowsink committed Dec 13, 2024
1 parent 2679296 commit b8810c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lastfm/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4166,7 +4166,7 @@
};
var isSpotifyPlaying = () => {
for (const activity of PresenceStore.getActivities(
UserStore.getCurrentUser().id
UserStore.getCurrentUser()?.id
))
if (activity?.type === ACTIVITY_TYPE_LISTENING && activity.application_id !== DISCORD_APP_ID)
return true;
Expand Down
2 changes: 1 addition & 1 deletion lastfm/plugin.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"Last.fm Presence","author":"Yellowsink","description":"Shows your Last.fm now listening as a presence","hash":"3919c886a7fe095f01e5340dc84c0140"}
{"name":"Last.fm Presence","author":"Yellowsink","description":"Shows your Last.fm now listening as a presence","hash":"e248640e04d64516540740ce007534a8"}

0 comments on commit b8810c9

Please sign in to comment.