mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-25 18:16:56 +01:00
updated nuget packages
This commit is contained in:
@@ -10,7 +10,7 @@ namespace MediaBrowser.Common.Kernel
|
||||
/// <summary>
|
||||
/// Interface IKernel
|
||||
/// </summary>
|
||||
public interface IKernel
|
||||
public interface IKernel : IDisposable
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the application paths.
|
||||
@@ -42,11 +42,6 @@ namespace MediaBrowser.Common.Kernel
|
||||
/// <value><c>true</c> if this instance has pending kernel reload; otherwise, <c>false</c>.</value>
|
||||
bool HasPendingRestart { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Disposes this instance.
|
||||
/// </summary>
|
||||
void Dispose();
|
||||
|
||||
/// <summary>
|
||||
/// Gets the system status.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user