Use persisted duration for running jobs

Fixes #318
This commit is contained in:
2024-12-19 05:55:31 +01:00
parent 7b91a819be
commit 0bdbcb8bab
5 changed files with 5 additions and 14 deletions

View File

@@ -182,6 +182,7 @@ func setupTaglistRoute(i InfoType, r *http.Request) InfoType {
return i
}
// FIXME: Lots of redundant code. Needs refactoring
func buildFilterPresets(query url.Values) map[string]interface{} {
filterPresets := map[string]interface{}{}