diff --git a/src/backend/sources/AbstractSource.ts b/src/backend/sources/AbstractSource.ts index 2e660868..08e3d5f1 100644 --- a/src/backend/sources/AbstractSource.ts +++ b/src/backend/sources/AbstractSource.ts @@ -937,7 +937,7 @@ export default abstract class AbstractSource extends AbstractComponent implement } else { existing = await this.existingDiscovered(preCompared); if(existing !== undefined) { - updatedQueueState.error = {message: `Matched with Play ${cheapExisting.uid}`}; + updatedQueueState.error = {message: `Matched with Play ${existing.uid ?? existing.id}`}; } } currQueuedPlay.play = preCompared;