jellyfin-chromecast icon indicating copy to clipboard operation
jellyfin-chromecast copied to clipboard

Receiver reporting incorrect progress when playback stops

Open YouKnowBlom opened this issue 4 years ago • 1 comments

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

  1. Start media
  2. Stop media
  3. 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

YouKnowBlom avatar Sep 20 '20 16:09 YouKnowBlom

Possibly related to jellyfin/jellyfin#4479?

gehring avatar Jan 20 '21 00:01 gehring