update series timers

This commit is contained in:
Luke Pulverenti
2015-09-17 21:51:22 -04:00
parent c64aedc131
commit ec45985eb0
8 changed files with 73 additions and 29 deletions
+2 -1
View File
@@ -589,7 +589,8 @@
self.currentPlaylistIndex = function (i) {
if (i == null) {
return currentPlayer.currentPlaylistIndex();
// TODO: Get this implemented in all of the players
return currentPlayer.currentPlaylistIndex ? currentPlayer.currentPlaylistIndex() : -1;
}
currentPlayer.currentPlaylistIndex(i);