A decentralized music tracking and discovery platform built on AT Protocol 🎵

Remove now-playings cache update in Feed

-1
-1
apps/web/src/pages/home/feed/Feed.tsx
··· 74 74 } 75 75 76 76 const message = JSON.parse(event.data); 77 - queryClient.setQueryData(["now-playings"], [...message.nowPlayings]); 78 77 queryClient.setQueryData(["scrobblesChart"], message.scrobblesChart); 79 78 80 79 await queryClient.invalidateQueries({