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(); }) }