mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
97a02f5803
I think some people need to change their IDE configuration ;)
12 lines
221 B
C#
12 lines
221 B
C#
using System;
|
|
|
|
namespace Jellyfin.Data.Events.System
|
|
{
|
|
/// <summary>
|
|
/// An event that occurs when there is a pending restart.
|
|
/// </summary>
|
|
public class PendingRestartEventArgs : EventArgs
|
|
{
|
|
}
|
|
}
|