Skip to content

Playback progress reporting sends back the start of the video file, even when resuming #844

@ericswpark

Description

@ericswpark

Describe the bug

  1. Resume playback of an item with existing progress data
  2. Playback will start at the last stopped timestamp
  3. However, Swiftfin will report 0:00 to the server, and the server will consequently start counting up from the start.

Application version

main branch

Where did you install the app from?

None

Device information

iPhone 14 Pro Max

OS version

iOS 16.6

Jellyfin server version

10.8.10

Note

To reproduce this with the Xcode build, you will have to disable the DEBUG check found here:

guard Defaults[.sendProgressReports] else { return }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions