Missed a couple lines in the playqueuecast.jsp
This commit is contained in:
@@ -91,12 +91,8 @@
|
|||||||
* launch app and request session
|
* launch app and request session
|
||||||
*/
|
*/
|
||||||
CastPlayer.prototype.launchCastApp = function () {
|
CastPlayer.prototype.launchCastApp = function () {
|
||||||
<c:choose>
|
|
||||||
this.log("launching app...");
|
this.log("launching app...");
|
||||||
chrome.cast.requestSession(this.onRequestSessionSuccess.bind(this), this.onLaunchError.bind(this));
|
chrome.cast.requestSession(this.onRequestSessionSuccess.bind(this), this.onLaunchError.bind(this));
|
||||||
</c:when>
|
|
||||||
</c:otherwise>
|
|
||||||
</c:choose>
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user