Missed a couple lines in the playqueuecast.jsp

master
Zak Peirce 8 years ago
parent e06d9dbc22
commit 2b236e8d47
  1. 4
      libresonic-main/src/main/webapp/WEB-INF/jsp/playQueueCast.jsp

@ -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>
}; };
/** /**

Loading…
Cancel
Save