mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 03:04:49 +03:00
Pushing missing changes
This commit is contained in:
14
MediaBrowser.Model/Tasks/SystemEvent.cs
Normal file
14
MediaBrowser.Model/Tasks/SystemEvent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
namespace MediaBrowser.Model.Tasks
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum SystemEvent
|
||||
/// </summary>
|
||||
public enum SystemEvent
|
||||
{
|
||||
/// <summary>
|
||||
/// The wake from sleep
|
||||
/// </summary>
|
||||
WakeFromSleep
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user