aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-07-11 10:26:01 -0600
committercrobibero <cody@robibe.ro>2020-07-11 10:26:01 -0600
commit2c231e84e655a4e892f540827d064d4a7e24519b (patch)
tree98a3aaf02a859e067d9b72ad2f415a80923f0b3e
parent172203b5ccfe8e0647af78deb347dc42e6132c93 (diff)
Fix syncplay function name
-rw-r--r--MediaBrowser.Api/SyncPlay/SyncPlayService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/SyncPlay/SyncPlayService.cs b/MediaBrowser.Api/SyncPlay/SyncPlayService.cs
index 3782ea5f0..18983ea5b 100644
--- a/MediaBrowser.Api/SyncPlay/SyncPlayService.cs
+++ b/MediaBrowser.Api/SyncPlay/SyncPlayService.cs
@@ -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;