diff --git a/src/routes/Player/ControlBar/ControlBar.js b/src/routes/Player/ControlBar/ControlBar.js
index a8be75d45..1b00b5903 100644
--- a/src/routes/Player/ControlBar/ControlBar.js
+++ b/src/routes/Player/ControlBar/ControlBar.js
@@ -13,13 +13,13 @@ const styles = require('./styles');
const ControlBar = ({
className,
+ infoAvailable,
paused,
time,
duration,
volume,
muted,
subtitlesTracks,
- metaResource,
onPlayRequested,
onPauseRequested,
onMuteRequested,
@@ -62,8 +62,7 @@ const ControlBar = ({