remove additional play call

This commit is contained in:
jakequade
2024-09-01 18:21:40 +10:00
parent 2ee6573a90
commit 318940f7c4

View File

@@ -96,7 +96,6 @@ export const PlayButton: React.FC<Props> = ({ item, url, ...props }) => {
if (isOpeningCurrentlyPlayingMedia) {
return
}
setCurrentlyPlayingState({ item, url });
CastContext.showExpandedControls();
})
}