mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-16 02:41:31 +03:00
Add a missing ;
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
340bbeec4f
commit
f949526078
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ export default class VideoFeed extends React.Component<IProps, IState> {
|
|||
// should serialise the ones that need to be serialised but then be able to interrupt
|
||||
// them with another load() which will cancel the pending one, but since we don't call
|
||||
// load() explicitly, it shouldn't be a problem. - Dave
|
||||
element.play()
|
||||
element.play();
|
||||
} catch (e) {
|
||||
logger.info("Failed to play media element with feed", this.props.feed, e);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue