mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
parent
2f6fded7c3
commit
54fda3d648
@ -37,6 +37,7 @@ public void Update(MediaBrowserSettings settings, int tvdbId)
|
||||
{
|
||||
var path = string.Format("/Library/Series/Updated?tvdbid={0}", tvdbId);
|
||||
var request = BuildRequest(path, settings);
|
||||
request.Headers.Add("Content-Length", "0");
|
||||
|
||||
ProcessRequest(request, settings);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user