mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-26 21:34:05 +02:00
Fix:Chromecast current track #253
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user