[PR #5092] [MERGED] Clear playlist in SyncPlay group #10398

Closed
opened 2026-02-07 06:19:35 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5092
Author: @OancaAndrei
Created: 1/24/2021
Status: Merged
Merged: 9/6/2021
Merged by: @cvium

Base: masterHead: syncplay-clear-queue


📝 Commits (2)

  • 68969c9 Clear playlist in SyncPlay group
  • 5e3905d merge branch 'master' into syncplay-clear-queue

📊 Changes

6 files changed (+58 additions, -4 deletions)

View changed files

📝 Emby.Server.Implementations/SyncPlay/Group.cs (+10 -0)
📝 Jellyfin.Api/Controllers/SyncPlayController.cs (+1 -1)
📝 Jellyfin.Api/Models/SyncPlayDtos/RemoveFromPlaylistRequestDto.cs (+13 -1)
📝 MediaBrowser.Controller/SyncPlay/GroupStates/AbstractGroupState.cs (+10 -1)
📝 MediaBrowser.Controller/SyncPlay/IGroupStateContext.cs (+6 -0)
📝 MediaBrowser.Controller/SyncPlay/PlaybackRequests/RemoveFromPlaylistGroupRequest.cs (+18 -1)

📄 Description

Changes
Update /SyncPlay/RemoveFromPlaylist to accept a boolean that will clear the entire playlist of the group.

Issues
Fixes #5065


🔄 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/5092 **Author:** [@OancaAndrei](https://github.com/OancaAndrei) **Created:** 1/24/2021 **Status:** ✅ Merged **Merged:** 9/6/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `syncplay-clear-queue` --- ### 📝 Commits (2) - [`68969c9`](https://github.com/jellyfin/jellyfin/commit/68969c9530c42ab88da084c55cbeced8099d8ddd) Clear playlist in SyncPlay group - [`5e3905d`](https://github.com/jellyfin/jellyfin/commit/5e3905d41a1aad6825a1a9def66cc6c7c3c59917) merge branch 'master' into syncplay-clear-queue ### 📊 Changes **6 files changed** (+58 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/SyncPlay/Group.cs` (+10 -0) 📝 `Jellyfin.Api/Controllers/SyncPlayController.cs` (+1 -1) 📝 `Jellyfin.Api/Models/SyncPlayDtos/RemoveFromPlaylistRequestDto.cs` (+13 -1) 📝 `MediaBrowser.Controller/SyncPlay/GroupStates/AbstractGroupState.cs` (+10 -1) 📝 `MediaBrowser.Controller/SyncPlay/IGroupStateContext.cs` (+6 -0) 📝 `MediaBrowser.Controller/SyncPlay/PlaybackRequests/RemoveFromPlaylistGroupRequest.cs` (+18 -1) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our https://docs.jellyfin.org/general/contributing/issues.html page. --> **Changes** Update `/SyncPlay/RemoveFromPlaylist` to accept a boolean that will clear the entire playlist of the group. **Issues** Fixes #5065 --- <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 06:19:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10398