Implement media retry functionality and enhance error handling
Added endpoints for retrying failed media processing, allowing users to requeue media assets that encountered errors. Introduced error messages for scenarios where a media asset cannot be retried due to its status. Updated the MaintenanceBackgroundService to remove orphaned episodes and recompute group statistics, ensuring data integrity. Enhanced the frontend to support retry actions, including bulk retry options for failed media. Updated localization strings to reflect new features in both English and Russian.
This commit is contained in:
@@ -298,6 +298,9 @@ export const en = {
|
||||
title: 'Media',
|
||||
upload: 'Upload',
|
||||
preview: 'Preview',
|
||||
retry: 'Retry',
|
||||
retryAll: 'Retry failed',
|
||||
retryQueued: 'Requeued: {{count}}',
|
||||
manualButton: 'From manual folder',
|
||||
importButton: 'Import',
|
||||
importTitle: 'Media import',
|
||||
|
||||
Reference in New Issue
Block a user