mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-04 15:54:33 +00:00
Fixed updating for plex server
This commit is contained in:
@@ -41,7 +41,7 @@ namespace NzbDrone.Core.Notifications.Plex
|
||||
|
||||
public void Update(int sectionId, PlexServerSettings settings)
|
||||
{
|
||||
var resource = String.Format("library/sections/{2}/refresh");
|
||||
var resource = String.Format("library/sections/{0}/refresh", sectionId);
|
||||
var request = GetPlexServerRequest(resource, Method.GET, settings);
|
||||
var client = GetPlexServerClient(settings);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user