XenorPLxx / playnite-library-psn

Playnite library extension for PSN.
MIT License
16 stars 3 forks source link

Quality of Life - Parse whole ssocookie if provided #33

Open leni-kirilov opened 4 months ago

leni-kirilov commented 4 months ago

Support the option of parsing the provided npsso value and if it looks to be of the kind: `{"npsso":"xxx"} - > extract the xxx yourself

I believe it might be at this line https://github.com/XenorPLxx/playnite-library-psn/blob/07544a4dff1990db48453a452c25c254b9727deb/Services/PSNClient.cs#L232C22-L232C65