Closed TheMelmacian closed 3 years ago
sortingTitle has two fileds:
{ isModifiedByUser: boolean; title: string; }
The sorting method uses the whole json string instead of the title field. That's why all games with a modified title are added to the end of the exported list. "isModifiedByUser":false vs "isModifiedByUser":true
"isModifiedByUser":false
"isModifiedByUser":true
sortingTitle has two fileds:
The sorting method uses the whole json string instead of the title field. That's why all games with a modified title are added to the end of the exported list.
"isModifiedByUser":false
vs"isModifiedByUser":true