Fixes for PR #1648

This commit is contained in:
Feross Aboukhadijeh
2019-08-15 13:10:39 -07:00
parent 4b927832c2
commit afd3b84b40
2 changed files with 3 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ function getDefaultPlayState () {
return {
infoHash: null, /* the info hash of the torrent we're playing */
fileIndex: null, /* the zero-based index within the torrent */
fileName: null, /* name of the file that is playing */
location: 'local', /* 'local', 'chromecast', 'airplay' */
type: null, /* 'audio' or 'video', could be 'other' if ever support eg streaming to VLC */
currentTime: 0, /* seconds */