mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
Fix warnings MediaBrowser.Model
This commit is contained in:
@@ -1,20 +1,22 @@
|
||||
namespace MediaBrowser.Model.Tasks
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum TaskState
|
||||
/// Enum TaskState.
|
||||
/// </summary>
|
||||
public enum TaskState
|
||||
{
|
||||
/// <summary>
|
||||
/// The idle
|
||||
/// The idle.
|
||||
/// </summary>
|
||||
Idle,
|
||||
|
||||
/// <summary>
|
||||
/// The cancelling
|
||||
/// The cancelling.
|
||||
/// </summary>
|
||||
Cancelling,
|
||||
|
||||
/// <summary>
|
||||
/// The running
|
||||
/// The running.
|
||||
/// </summary>
|
||||
Running
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user