Skip to content

Commit

Permalink
refactor(Deezer): change activity type from game to listening (#9356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarkis01 authored Mar 3, 2025
1 parent b9a50c7 commit fea8790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion websites/D/Deezer/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"vi": "Nghe tất cả những bài hát bạn yêu thích mọi lúc, mọi nơi."
},
"url": "www.deezer.com",
"version": "2.3.9",
"version": "2.3.10",
"logo": "https://cdn.rcd.gg/PreMiD/websites/D/Deezer/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/D/Deezer/assets/thumbnail.png",
"color": "#a238ff",
Expand Down
3 changes: 2 additions & 1 deletion websites/D/Deezer/presence.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Assets } from 'premid'
import { ActivityType, Assets } from 'premid'

const presence = new Presence({
clientId: '607651992567021580',
Expand Down Expand Up @@ -35,6 +35,7 @@ async function getStrings() {

presence.on('UpdateData', async () => {
let presenceData: PresenceData = {
type: ActivityType.Listening,
largeImageKey: ActivityAssets.Logo,
}
let strings = await getStrings()
Expand Down

0 comments on commit fea8790

Please sign in to comment.