mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
Fix syncplay function name
This commit is contained in:
parent
172203b5cc
commit
2c231e84e6
@ -189,7 +189,7 @@ namespace MediaBrowser.Api.SyncPlay
|
||||
/// </summary>
|
||||
/// <param name="request">The request.</param>
|
||||
/// <value>The requested list of groups.</value>
|
||||
public List<GroupInfoView> Post(SyncPlayList request)
|
||||
public List<GroupInfoView> Get(SyncPlayList request)
|
||||
{
|
||||
var currentSession = GetSession(_sessionContext);
|
||||
var filterItemId = Guid.Empty;
|
||||
|
Loading…
Reference in New Issue
Block a user