mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix scanned Game apps erroring games logic
This commit is contained in:
parent
2176b0fabd
commit
44750f779e
1 changed files with 5 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ const categoryMap = new Map([
|
|||
[ 'Business', 2 ],
|
||||
[ 'Entertainment', 5 ],
|
||||
[ 'Finance', 2 ],
|
||||
[ 'Games', 100 ],
|
||||
[ 'Music', 6 ],
|
||||
[ 'Photo & Video', 7 ],
|
||||
[ 'Productivity', 2 ],
|
||||
|
|
@ -17,6 +16,11 @@ const categoryMap = new Map([
|
|||
[ 'Graphics & Design', 7 ],
|
||||
[ 'Developer Tools', 1 ],
|
||||
// [ 'Name', 1 ],
|
||||
|
||||
// Needs work before apps can be assign games category
|
||||
// so for now 'Games' genre is Entertainment
|
||||
// [ 'Games', 100 ],
|
||||
[ 'Games', 5 ],
|
||||
])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue