mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-22 21:02:37 +00:00
move classes to new server project
This commit is contained in:
parent
a7b11c8ee9
commit
72aaecb279
25 changed files with 186 additions and 308 deletions
|
|
@ -1,13 +1,13 @@
|
|||
using System.Collections.Specialized;
|
||||
using MediaBrowser.Controller.Net;
|
||||
using MediaBrowser.Model.Logging;
|
||||
using MediaBrowser.Server.Implementations.Logging;
|
||||
using SocketHttpListener.Net;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Emby.Server.Implementations.HttpServer;
|
||||
using Emby.Server.Implementations.Logging;
|
||||
using MediaBrowser.Common.IO;
|
||||
using MediaBrowser.Model.IO;
|
||||
using MediaBrowser.Model.Services;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue