mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update series timers
This commit is contained in:
parent
c64aedc131
commit
ec45985eb0
8 changed files with 73 additions and 29 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue