mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-15 09:11:21 +10:00
feat: initial feedback to import other kinds of versions
This commit is contained in:
@ -76,6 +76,7 @@ export default defineEventHandler(async (h3) => {
|
||||
const taskId = await libraryManager.importVersion(
|
||||
body.id,
|
||||
body.version,
|
||||
"game",
|
||||
body,
|
||||
);
|
||||
if (!taskId)
|
||||
|
||||
Reference in New Issue
Block a user