ongoing polish in queue handling
This commit is contained in:
@@ -37,6 +37,7 @@ export const downloadsApi = {
|
||||
retry: (id) => api.post(`/downloads/${id}/retry`),
|
||||
stats: (params = {}) => api.get('/downloads/stats', { params }),
|
||||
recentActivity: (params = {}) => api.get('/downloads/recent-activity', { params }),
|
||||
resetOrphaned: (thresholdMinutes = 0) => api.post('/downloads/reset-orphaned', { threshold_minutes: thresholdMinutes }),
|
||||
}
|
||||
|
||||
// Credentials API
|
||||
|
||||
Reference in New Issue
Block a user