feat: added platform and game search functionality to support the “fix match” feature

This commit is contained in:
Michael Green
2023-07-08 15:42:55 +10:00
parent 844a357c63
commit cea23267b8
2 changed files with 71 additions and 0 deletions

View File

@@ -40,6 +40,9 @@
case 'OrganiseLibrary':
itemTypeName = "Organise library";
break;
case 'LibraryScan':
itemTypeName = "Library scan";
break;
default:
itemTypeName = result[i].itemType;
break;