mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-28 13:01:57 +00:00
Removed progress value from startup
This commit is contained in:
parent
fb88e4d5fc
commit
fe427bc7f4
@@ -6,14 +6,14 @@ namespace MediaBrowser.Model.Progress
|
||||
/// </summary>
|
||||
public class TaskProgress
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the current completion percentage
|
||||
/// </summary>
|
||||
public decimal PercentComplete { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a description of the actions currently executing
|
||||
/// </summary>
|
||||
public string Description { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the current completion percentage
|
||||
/// </summary>
|
||||
public decimal? PercentComplete { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user