feat: using api download sources

This commit is contained in:
Chubby Granny Chaser
2025-10-21 04:20:11 +01:00
parent 48ce9a2476
commit e1ce5bc6cb
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ const addCustomGameToLibrary = async (
logoImageUrl: logoImageUrl || "",
logoPosition: null,
coverImageUrl: iconUrl || "",
downloadSources: [],
};
await gamesShopAssetsSublevel.put(gameKey, assets);