mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Added an ApiInteraction project that UI's can use to talk to the server. Moved jsonserializer namespace from json to serialization, since we may be adding an xml serializer.
This commit is contained in:
parent
3058b71764
commit
defd8ed253
@@ -10,8 +10,8 @@ using MediaBrowser.Common.Configuration;
|
||||
using MediaBrowser.Common.Logging;
|
||||
using MediaBrowser.Common.Net;
|
||||
using MediaBrowser.Common.Plugins;
|
||||
using MediaBrowser.Common.Serialization;
|
||||
using MediaBrowser.Model.Progress;
|
||||
using MediaBrowser.Common.Json;
|
||||
|
||||
namespace MediaBrowser.Common.Kernel
|
||||
{
|
||||
@@ -93,8 +93,6 @@ namespace MediaBrowser.Common.Kernel
|
||||
|
||||
public virtual void Init(IProgress<TaskProgress> progress)
|
||||
{
|
||||
JsonSerializer.Configure();
|
||||
|
||||
ReloadLogger();
|
||||
|
||||
ReloadConfiguration();
|
||||
|
||||
Reference in New Issue
Block a user