feature: saved exports view/edit/trigger

This commit is contained in:
Gary Sharp
2025-02-12 18:36:30 +11:00
parent 59dc0b9d5a
commit eec8ba438c
40 changed files with 3042 additions and 1187 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ namespace Disco.Services.Exporting
protected override void ExecuteTask()
{
SavedExports.EvaluateSavedExports();
SavedExports.EvaluateSavedExportSchedules();
}
}