feat: Bundled NW.js with appimages
feat: Implemented self update feat: Added rclone saves for emulators fix: Fixed auto focus in builds feat: Added helper cards on empty library
This commit is contained in:
parent
587956c792
commit
813785f4f3
59 changed files with 1210 additions and 480 deletions
|
|
@ -145,6 +145,7 @@ export default class RommIntegration implements PluginType<SettingsType>
|
|||
{
|
||||
this.isSteamDeck = isSteamDeckGameMode();
|
||||
ctx.setProgress(0, "Logging Into Romm");
|
||||
await this.updateClient();
|
||||
await checkLoginAndRefreshRomm();
|
||||
await this.updateClient();
|
||||
|
||||
|
|
@ -270,7 +271,8 @@ export default class RommIntegration implements PluginType<SettingsType>
|
|||
metadata: rom.metadatum,
|
||||
files,
|
||||
auth: await this.getAuthToken(),
|
||||
extract_path
|
||||
extract_path,
|
||||
id: "romm"
|
||||
};
|
||||
|
||||
return [info];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue