mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-24 04:35:59 +02:00
Fix:Chromecast current track #253
This commit is contained in:
parent
a06796d9ca
commit
f353a44fac
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class CastPlayer(var castContext: CastContext) : BasePlayer() {
|
||||||
private var currentMediaItemIndex = 0
|
private var currentMediaItemIndex = 0
|
||||||
private var pendingMediaItemRemovalPosition:PositionInfo? = null
|
private var pendingMediaItemRemovalPosition:PositionInfo? = null
|
||||||
private var pendingSeekCount = 0
|
private var pendingSeekCount = 0
|
||||||
private var pendingSeekWindowIndex = 0
|
private var pendingSeekWindowIndex = C.INDEX_UNSET
|
||||||
private var pendingSeekPositionMs = 0L
|
private var pendingSeekPositionMs = 0L
|
||||||
|
|
||||||
init {
|
init {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue