Log play attempt separately for each file

This commit is contained in:
Adam Gotlib
2016-10-11 11:26:27 +02:00
committed by Dan Flettre
parent e8ab172d1b
commit de2db211cc
3 changed files with 9 additions and 13 deletions

View File

@@ -91,7 +91,8 @@ function getDefaultPlayState () {
location: 'local', /* 'local', 'chromecast', 'airplay' */
type: null, /* 'audio' or 'video', could be 'other' if ever support eg streaming to VLC */
currentTime: 0, /* seconds */
duration: 1, /* seconds */
duration: 1, /* seconds */,
isReady: false,
isPaused: true,
isStalled: false,
lastTimeUpdate: 0, /* Unix time in ms */