Merge remote-tracking branch 'origin/pr/1120'

master
Andrew DeMaria 5 years ago
commit 2b178c4117
No known key found for this signature in database
GPG Key ID: 0A3F5E91F8364EDF
  1. 2
      airsonic-main/src/main/webapp/script/videoPlayerCast.js

@ -315,7 +315,7 @@
console.log("new media session ID:" + mediaSession.mediaSessionId + ' (' + how + ')');
this.currentMediaSession = mediaSession;
if (how == 'loadMedia') {
this.castPlayerState = this.castPlayerState = PLAYER_STATE.LOADED;
this.castPlayerState = PLAYER_STATE.LOADED;
console.log(this.castPlayerState + " (onMediaDiscovered-loadMedia)");
}

Loading…
Cancel
Save