mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5648] [MERGED] Fix session references in SyncPlay #10584
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/5648
Author: @OancaAndrei
Created: 3/29/2021
Status: ✅ Merged
Merged: 9/10/2021
Merged by: @cvium
Base:
master← Head:syncplay-sessions-fix📝 Commits (3)
9eb740bFix storing outdated sessions in SyncPlay776ce7cSend playing item status in SyncPlay group updatef6c0db4merge branch 'master' into syncplay-sessions-fix📊 Changes
6 files changed (+58 additions, -31 deletions)
View changed files
📝
Emby.Server.Implementations/Session/SessionManager.cs(+4 -2)📝
Emby.Server.Implementations/SyncPlay/Group.cs(+18 -16)📝
Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs(+4 -4)📝
MediaBrowser.Controller/Session/ISessionManager.cs(+4 -4)📝
MediaBrowser.Controller/SyncPlay/GroupMember.cs(+19 -4)📝
MediaBrowser.Model/SyncPlay/PlayQueueUpdate.cs(+9 -1)📄 Description
Changes
SessionInfoobjects directly as the latter are not always updated bySessionManager.Clients can now reload the page and receive SyncPlay updates again.
IsPlaying) to clients (needed for correct playback initialization).Issues
Should fix #5557.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.