mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5092] [MERGED] Clear playlist in SyncPlay group #10398
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/5092
Author: @OancaAndrei
Created: 1/24/2021
Status: ✅ Merged
Merged: 9/6/2021
Merged by: @cvium
Base:
master← Head:syncplay-clear-queue📝 Commits (2)
68969c9Clear playlist in SyncPlay group5e3905dmerge 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/RemoveFromPlaylistto 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.