fix: There is a uuid on IMedia now

Fixes #1767
This commit is contained in:
Massedil
2025-06-09 22:10:16 +02:00
parent 3d80ebadde
commit 54844133cd
5 changed files with 7 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ export function asMediaInput(
};
} else {
ret[name] = {
mediaId: fallbackId,
mediaUuid: fallbackId,
};
}
}