mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
remove additional play call
This commit is contained in:
@@ -96,7 +96,6 @@ export const PlayButton: React.FC<Props> = ({ item, url, ...props }) => {
|
||||
if (isOpeningCurrentlyPlayingMedia) {
|
||||
return
|
||||
}
|
||||
setCurrentlyPlayingState({ item, url });
|
||||
CastContext.showExpandedControls();
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user