mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
remove redundant discord rpc log
This commit is contained in:
@@ -302,14 +302,6 @@ export const useDiscordRpc = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
logFn.info(logMsg[LogCategory.EXTERNAL].discordRpcEnabled, {
|
||||
category: LogCategory.EXTERNAL,
|
||||
meta: {
|
||||
clientId: discordSettings.clientId,
|
||||
subscribed: true,
|
||||
},
|
||||
});
|
||||
|
||||
const getCurrentActivityState = (): ActivityState => {
|
||||
const state = usePlayerStore.getState();
|
||||
const currentSong = state.getCurrentSong();
|
||||
|
||||
Reference in New Issue
Block a user