fix bug that causesd stale media (not on disk) to be suggested to workers
🏗️ Build Plugin / build (push) Successful in 20s
Latest Release / latest-release (push) Successful in 24s
🧪 Test Plugin / test (push) Successful in 19s
🚀 Release Plugin / build-and-release (push) Successful in 20s

This commit is contained in:
2026-07-04 21:42:43 +02:00
parent 2ffbd2f50e
commit 13471e21fb
2 changed files with 34 additions and 2 deletions
@@ -64,7 +64,7 @@ public class CoverageController : ControllerBase
foreach (var item in items)
{
if (string.IsNullOrEmpty(item.Path))
if (!TasksController.MediaFileExists(item))
{
continue;
}