mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Joining an existing Group watching an in-progress TV episode causes the group's playback to start the next episode immediately. #6184
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mcswizzle on GitHub (Aug 11, 2024).
This issue respects the following points:
Description of the bug
Issue: Joining an existing Group watching an in-progress TV episode causes the group's playback to start the next episode immediately.
Reproducible: Reliably
Reproduction steps
Note: This also loses tracked progress of the originally playing episode for all participating users
What is the current bug behavior?
The progress on the then-current episode is lost, and the playback moves to the next item in the queue/playlist.
What is the expected correct behavior?
When a new user joins, their playback joins the group and continues without issue.
Jellyfin Server version
10.9.9+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.9.9
Environment
Jellyfin logs
FFmpeg logs
No response
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@felix920506 commented on GitHub (Aug 28, 2024):
Is this using the syncplay function?
@mcswizzle commented on GitHub (Aug 28, 2024):
Yes, this is using the syncplay/group functionality in Jellyfin
@jellyfin-bot commented on GitHub (Jan 8, 2025):
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.
If you have any questions you can use one of several ways to contact us.
@jellyfin-bot commented on GitHub (May 10, 2025):
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.
If you have any questions you can use one of several ways to contact us.
@robobenklein commented on GitHub (May 20, 2025):
Just encountered this issue this week on 10.10.7, so still an issue. Two already in the group with partial playback progress, a third joins and ends up skipping to the next episode.
Might be related to the chrome / hevc/av1 transcoding timing sync? I recall there being issues with various playback timing issues such as subtitle sync and syncplay. Something to test would be whether this still happens if everyone is direct streaming or using the same x264 playback.
@jellyfin-bot commented on GitHub (Sep 19, 2025):
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.
If you have any questions you can use one of several ways to contact us.
@felix920506 commented on GitHub (Sep 20, 2025):
PR open, see https://github.com/jellyfin/jellyfin-web/pull/7037