Fixed: Updating Emby Library

Closes #1267
This commit is contained in:
Mark McDowall 2016-04-28 23:42:53 -07:00
parent 2f6fded7c3
commit 54fda3d648
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ namespace NzbDrone.Core.Notifications.MediaBrowser
{
var path = string.Format("/Library/Series/Updated?tvdbid={0}", tvdbId);
var request = BuildRequest(path, settings);
request.Headers.Add("Content-Length", "0");
ProcessRequest(request, settings);
}