Skip to content

Commit

Permalink
fix: Change DashCast app ID
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed Jul 31, 2022
1 parent b69af2f commit 740a622
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

## Unreleased

### Features

* Add swiergot's custom receiver. [Stavros Korokithakis]

### Fixes

* Fix discovery function in the API (#406) [Scott Moreau]
Expand Down
4 changes: 2 additions & 2 deletions catt_receiver/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
</style>
<script type="text/javascript" src="//www.gstatic.com/cv/js/sender/v1/cast_sender.js"></script>
<script type="text/javascript">
var applicationID = '5C517DAC';
var applicationID = '1B3FF1BC';
var namespace = 'urn:x-cast:es.offd.dashcast';
var session = null;

Expand Down Expand Up @@ -322,7 +322,7 @@
var sliders = document.getElementsByClassName("slider");
[].forEach.call(sliders, function(s) {
s.onclick = sliderClicked;
});
});
input.focus();
updateEnabled();
</script>
Expand Down

0 comments on commit 740a622

Please sign in to comment.