mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Using services to get updates now
This commit is contained in:
parent
ae590828da
commit
11c49c9260
14 changed files with 59 additions and 73 deletions
|
@ -40,7 +40,6 @@ namespace NzbDrone.Common.Serializer
|
|||
return JsonConvert.SerializeObject(obj);
|
||||
}
|
||||
|
||||
|
||||
public static void Serialize<TModel>(TModel model, TextWriter outputStream)
|
||||
{
|
||||
var jsonTextWriter = new JsonTextWriter(outputStream);
|
||||
|
@ -52,7 +51,5 @@ namespace NzbDrone.Common.Serializer
|
|||
{
|
||||
Serialize(model, new StreamWriter(outputStream));
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue