Plex Connect: Fix Plex Connect timeline reporting (#2876)
authorAnatosun <33899455+anatosun@users.noreply.github.com>
Sun, 28 Dec 2025 08:48:47 +0000 (09:48 +0100)
committerGitHub <noreply@github.com>
Sun, 28 Dec 2025 08:48:47 +0000 (09:48 +0100)
commit497dc4fd5dbd0280a54f1b417c8af02ebf6563a2
tree26b5ca6114fdafd45250bc55374ae8afeb07ca13
parentdce93cd5e67a382fc5c79938eebed477e6df92eb
Plex Connect: Fix Plex Connect timeline reporting (#2876)

Fix Plex Connect timeline reporting

Use queue.corrected_elapsed_time instead of player.corrected_elapsed_time
to accurately track current track position. This fixes issues where:
- Timeline reported incorrect elapsed time when playing multiple tracks
- Huge time values were sent after track transitions
- Step forward/back commands used wrong elapsed time reference

The queue tracks per-track elapsed time while player tracks total session time.
music_assistant/providers/plex_connect/player_remote.py