From 412a8df532aef8761e5cefb5d3a3ae405f8a754a Mon Sep 17 00:00:00 2001 From: ovenoboyo Date: Sun, 8 Aug 2021 01:42:23 +0530 Subject: [PATCH] Update logo --- src/rpcHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpcHandler.ts b/src/rpcHandler.ts index 74d994d..298ca5e 100644 --- a/src/rpcHandler.ts +++ b/src/rpcHandler.ts @@ -50,7 +50,7 @@ export async function setActivity(song: Song | undefined, status: PlayerState, t await rpc.setActivity({ details: `${song.title} ${status === 'PAUSED' ? '(Paused)' : ''}`, state: getStateDetails(song), - largeImageKey: 'default', + largeImageKey: 'logo_border', largeImageText: 'Moosync', instance: true, buttons,