mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
isolated clickonce dependancies
This commit is contained in:
@@ -20,7 +20,7 @@ namespace MediaBrowser.Common.ScheduledTasks
|
||||
return new TaskInfo
|
||||
{
|
||||
Name = task.Name,
|
||||
CurrentProgress = task.CurrentProgress,
|
||||
CurrentProgressPercentage = task.CurrentProgress,
|
||||
State = task.State,
|
||||
Id = task.Id,
|
||||
LastExecutionResult = task.LastExecutionResult,
|
||||
|
||||
Reference in New Issue
Block a user