Update LastFM plugin (#483)

Co-authored-by: Ven <vendicated@riseup.net>
Co-authored-by: Sofia Lima <me@dzshn.xyz>
This commit is contained in:
RuiNtD
2023-03-24 21:00:27 -06:00
committed by GitHub
parent 93cb51a975
commit bbf3c74cb2
3 changed files with 150 additions and 67 deletions

View File

@ -215,7 +215,8 @@ async function setRpc(disable?: boolean) {
FluxDispatcher.dispatch({
type: "LOCAL_ACTIVITY_UPDATE",
activity: !disable ? activity : {}
activity: !disable ? activity : null,
socketId: "CustomRPC",
});
}