mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
fix: source and add track name in discord large image text (#437)
This commit is contained in:
parent
f656b314f7
commit
d69080b695
3 changed files with 4 additions and 5 deletions
|
|
@ -69,7 +69,7 @@ export function initIpcMain(win, store) {
|
|||
state: track.al.name,
|
||||
endTimestamp: Date.now() + track.dt,
|
||||
largeImageKey: "logo",
|
||||
largeImageText: "YesPlayMusic",
|
||||
largeImageText: "Listening " + track.name,
|
||||
smallImageKey: "play",
|
||||
smallImageText: "Playing",
|
||||
instance: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue