Update playniteImporter.ts

This commit is contained in:
Lars Behrends
2026-04-10 14:50:18 +02:00
parent 07c3270e12
commit 96593a6235

View File

@@ -267,7 +267,8 @@ export async function importFromPlaynite(
achievements: [],
year: year.toString(),
poster: game.coverBase64 || null,
banner: null,
banner: game.backgroundBase64 || null,
icon: game.iconBase64 || null,
rating: rating,
category: 'Game',
status: game.completionStatus === 'Completed' ? 'completed' :