AB1908 / GOG-Galaxy-Export-Script

Export your list of games from GOG Galaxy
MIT License
152 stars 27 forks source link

Fix sort order #39

Closed TheMelmacian closed 3 years ago

TheMelmacian commented 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