add new slider
This commit is contained in:
parent
e33e5875cf
commit
09d4af3357
133 changed files with 9418 additions and 256 deletions
12
dashboard-ui/cordova/remotecontrols.js
vendored
12
dashboard-ui/cordova/remotecontrols.js
vendored
|
@ -71,7 +71,7 @@
|
|||
|
||||
function onPlaybackStart(e, state) {
|
||||
|
||||
console.log('nowplaying event: ' + e.type);
|
||||
Logger.log('nowplaying event: ' + e.type);
|
||||
|
||||
var player = this;
|
||||
|
||||
|
@ -82,7 +82,7 @@
|
|||
|
||||
function onPlaybackStopped(e, state) {
|
||||
|
||||
console.log('nowplaying event: ' + e.type);
|
||||
Logger.log('nowplaying event: ' + e.type);
|
||||
var player = this;
|
||||
|
||||
player.endPlayerUpdates();
|
||||
|
@ -122,12 +122,12 @@
|
|||
|
||||
function onUpdateMetasSuccess() {
|
||||
|
||||
console.log('onUpdateMetasSuccess');
|
||||
Logger.log('onUpdateMetasSuccess');
|
||||
}
|
||||
|
||||
function onUpdateMetasFail(fail) {
|
||||
|
||||
console.log('onUpdateMetasFail: ' + fail);
|
||||
Logger.log('onUpdateMetasFail: ' + fail);
|
||||
}
|
||||
|
||||
function bindToPlayer(player) {
|
||||
|
@ -140,7 +140,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
console.log('binding remotecontrols to MediaPlayer');
|
||||
Logger.log('binding remotecontrols to MediaPlayer');
|
||||
|
||||
player.getPlayerState().done(function (state) {
|
||||
|
||||
|
@ -159,7 +159,7 @@
|
|||
|
||||
Dashboard.ready(function () {
|
||||
|
||||
console.log('binding remotecontrols to MediaController');
|
||||
Logger.log('binding remotecontrols to MediaController');
|
||||
|
||||
$(MediaController).on('playerchange', function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue