fix: remove conditional clearQueue for manual processing
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -260,7 +260,7 @@ class VideoPreviewService {
|
||||
"Pause preview due to disabledSteaming($isVideoStreamingEnabled) or computeController permission) - isManual: $isManual",
|
||||
);
|
||||
if (isVideoStreamingEnabled) _logger.info("No permission to run compute");
|
||||
if (!isManual) clearQueue(); // Only clear queue for automatic processing
|
||||
clearQueue();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user