Update LastFM plugin (#483)
Co-authored-by: Ven <vendicated@riseup.net> Co-authored-by: Sofia Lima <me@dzshn.xyz>
This commit is contained in:
@ -215,7 +215,8 @@ async function setRpc(disable?: boolean) {
|
||||
|
||||
FluxDispatcher.dispatch({
|
||||
type: "LOCAL_ACTIVITY_UPDATE",
|
||||
activity: !disable ? activity : {}
|
||||
activity: !disable ? activity : null,
|
||||
socketId: "CustomRPC",
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user