mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 05:48:47 +01:00
removed base kernel and ikernel
This commit is contained in:
10
MediaBrowser.Controller/IServerApplicationHost.cs
Normal file
10
MediaBrowser.Controller/IServerApplicationHost.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using MediaBrowser.Common;
|
||||
using MediaBrowser.Model.System;
|
||||
|
||||
namespace MediaBrowser.Controller
|
||||
{
|
||||
public interface IServerApplicationHost : IApplicationHost
|
||||
{
|
||||
SystemInfo GetSystemInfo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user