fix bug that causesd stale media (not on disk) to be suggested to workers
This commit is contained in:
@@ -64,7 +64,7 @@ public class CoverageController : ControllerBase
|
||||
|
||||
foreach (var item in items)
|
||||
{
|
||||
if (string.IsNullOrEmpty(item.Path))
|
||||
if (!TasksController.MediaFileExists(item))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user