jellyfin-chromecast
jellyfin-chromecast copied to clipboard
Receiver reporting incorrect progress when playback stops
Describe the bug
Receiver reports incorrect progress when playback stops. It seems the request payload to Sessions/Playing/Stopped
always contains PositionTicks: 0
no matter the actual progress.
reportPlaybackStopped
in src/components/jellyfinActions.ts
is a good start
To Reproduce
- Start media
- Stop media
- Check request payload
Expected behavior
Report correct progress in PositionTicks
field
System (please complete the following information):
- OS: N/A
- Browser: N/A
- Jellyfin Version: 10.6.4 (unstable)
- Cast client: Gen 2
Possibly related to jellyfin/jellyfin#4479?