[PR #13935] [MERGED] Return SyncPlay group info after creation, add GET group endpoint #13775

Closed
opened 2026-02-07 07:18:59 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13935
Author: @nielsvanvelzen
Created: 4/16/2025
Status: Merged
Merged: 4/21/2025
Merged by: @crobibero

Base: masterHead: syncplay-get-group


📝 Commits (4)

  • 024ea8c Return SyncPlay group info after creation, add GET group endpoint
  • 4bceafe Remove unused line
  • b110852 Update Jellyfin.Api/Controllers/SyncPlayController.cs
  • f77c2e8 Update Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs

📊 Changes

3 files changed (+59 additions, -8 deletions)

View changed files

📝 Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs (+27 -1)
📝 Jellyfin.Api/Controllers/SyncPlayController.cs (+22 -6)
📝 MediaBrowser.Controller/SyncPlay/ISyncPlayManager.cs (+10 -1)

📄 Description

Mostly copy-pasting here.

Changes

  • Return SyncPlay group info after creation
  • Add GET group endpoint

Issues


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/13935 **Author:** [@nielsvanvelzen](https://github.com/nielsvanvelzen) **Created:** 4/16/2025 **Status:** ✅ Merged **Merged:** 4/21/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `syncplay-get-group` --- ### 📝 Commits (4) - [`024ea8c`](https://github.com/jellyfin/jellyfin/commit/024ea8cf817cfcf7417c3f481d93b9b1d65b0d1c) Return SyncPlay group info after creation, add GET group endpoint - [`4bceafe`](https://github.com/jellyfin/jellyfin/commit/4bceafe3bd6f1ab47c94b5f4fdbf3670b1b04f62) Remove unused line - [`b110852`](https://github.com/jellyfin/jellyfin/commit/b110852d37df98cdf01e73e2a834715a7b3417c2) Update Jellyfin.Api/Controllers/SyncPlayController.cs - [`f77c2e8`](https://github.com/jellyfin/jellyfin/commit/f77c2e875300121d4e76659f6c82e855db883c5e) Update Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs ### 📊 Changes **3 files changed** (+59 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs` (+27 -1) 📝 `Jellyfin.Api/Controllers/SyncPlayController.cs` (+22 -6) 📝 `MediaBrowser.Controller/SyncPlay/ISyncPlayManager.cs` (+10 -1) </details> ### 📄 Description Mostly copy-pasting here. **Changes** - Return SyncPlay group info after creation - Add GET group endpoint **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:18:59 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13775