update recording dialogs

This commit is contained in:
Luke Pulverenti
2016-09-22 02:57:31 -04:00
parent 6999017bc9
commit eee9c0e048
5 changed files with 64 additions and 35 deletions

View File

@@ -334,7 +334,7 @@ namespace MediaBrowser.Common.Implementations.ScheduledTasks
trigger.Stop();
TaskManager.QueueScheduledTask(ScheduledTask);
TaskManager.QueueScheduledTask(ScheduledTask, e.Argument);
await Task.Delay(1000).ConfigureAwait(false);