From 318940f7c4eb0872a1ca615057412330b3a956cd Mon Sep 17 00:00:00 2001 From: jakequade Date: Sun, 1 Sep 2024 18:21:40 +1000 Subject: [PATCH] remove additional play call --- components/PlayButton.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/PlayButton.tsx b/components/PlayButton.tsx index bda14004..3d6c860d 100644 --- a/components/PlayButton.tsx +++ b/components/PlayButton.tsx @@ -96,7 +96,6 @@ export const PlayButton: React.FC = ({ item, url, ...props }) => { if (isOpeningCurrentlyPlayingMedia) { return } - setCurrentlyPlayingState({ item, url }); CastContext.showExpandedControls(); }) }