Merge branch 'master' of https://github.com/MillenniumEarl/F95API into master
commit
4504ddcc67
|
@ -67,7 +67,7 @@ module.exports.getGameInfo = async function (browser, url) {
|
||||||
parsedInfos["UPDATED"] :
|
parsedInfos["UPDATED"] :
|
||||||
parsedInfos["THREAD UPDATED"];
|
parsedInfos["THREAD UPDATED"];
|
||||||
info.previewSource = await previewSource;
|
info.previewSource = await previewSource;
|
||||||
info.changelog = (await changelog || "Unknown changelog");
|
info.changelog = (await changelog) || "Unknown changelog";
|
||||||
//info.downloadInfo = await downloadData;
|
//info.downloadInfo = await downloadData;
|
||||||
/* Downloading games without going directly to
|
/* Downloading games without going directly to
|
||||||
* the platform appears to be prohibited by
|
* the platform appears to be prohibited by
|
||||||
|
|
Loading…
Reference in New Issue