mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
Update to 3.5.2 and .net core 2.1
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Rssdp.Infrastructure
|
||||
{
|
||||
retVal = new System.Net.Http.HttpRequestMessage();
|
||||
|
||||
retVal.Content = Parse(retVal, retVal.Headers, data);
|
||||
Parse(retVal, retVal.Headers, data);
|
||||
|
||||
return retVal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user