fix: not being able to edit game title

This commit is contained in:
Huskydog9988
2025-05-29 15:59:53 -04:00
parent 59b77b5a5e
commit f97a968e0d
2 changed files with 12 additions and 14 deletions
-2
View File
@@ -306,8 +306,6 @@ export class IGDBProvider implements MetadataProvider {
results.push(await this._getGenreInternal(genre));
}
console.log(results);
return results;
}