Skip to content

Commit 37f6916

Browse files
committed
fix missing platform
1 parent a003329 commit 37f6916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/crawler/metadatamanager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default class MetadataManager {
120120
nongame: false,
121121
detailsId: null,
122122
},
123-
attributes: ["id", "filename"],
123+
attributes: ["id", "filename", "category"],
124124
order: ["id", "filename"],
125125
include: { model: Metadata, as: "details" },
126126
});

0 commit comments

Comments
 (0)