Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: cast sender - 1st version #1

Merged
merged 28 commits into from
Sep 13, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update cast button component name
  • Loading branch information
Dan Ziv committed Aug 1, 2018
commit 9d3a564e9d66eea432f4e54c1fdb981f1fab787d
4 changes: 2 additions & 2 deletions src/cast-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CastUI extends RemotePlayerUI {
<div className={style.rightControls}>
<Components.VolumeControl player={props.player} />
<Components.LanguageControl player={props.player} />
<Components.ChromecastControl player={props.player} />
<Components.CastControl player={props.player} />
<Components.FullscreenControl player={props.player} />
</div>
</Components.BottomBar>
Expand Down Expand Up @@ -52,7 +52,7 @@ class CastUI extends RemotePlayerUI {
<div className={style.rightControls}>
<Components.VolumeControl player={props.player} />
<Components.LanguageControl player={props.player} />
<Components.ChromecastControl player={props.player} />
<Components.CastControl player={props.player} />
<Components.FullscreenControl player={props.player} />
</div>
</Components.BottomBar>
Expand Down