mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed updating for plex server
This commit is contained in:
parent
a2a2ad38b0
commit
40c2c0b533
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue