dev → main: Android UPnP/Sonos transport parity + server stream URL extension #79
@@ -524,7 +524,7 @@ class PlayerController @Inject constructor(
|
||||
val changed = current.isPlaying != effectiveIsPlaying ||
|
||||
current.positionMs != newPos ||
|
||||
current.durationMs != newDur
|
||||
if (!changed) continue
|
||||
if (changed) {
|
||||
uiStateInternal.value = current.copy(
|
||||
isPlaying = effectiveIsPlaying,
|
||||
positionMs = newPos,
|
||||
@@ -534,6 +534,7 @@ class PlayerController @Inject constructor(
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ── Remote position interpolation state ──────────────────────────────
|
||||
// remoteState.positionMs is only refreshed by ForwardingPlayer's 1Hz
|
||||
|
||||
Reference in New Issue
Block a user