Rarely we can end up at a point where the electron web view has no cookies, but the client cookies are still present. This causes issues when it tries to load urls and such (thumbnails will fail to load) because no cookies are present.
This PR adds a method to sync the client cookies to an electron web session.
Rarely we can end up at a point where the electron web view has no cookies, but the client cookies are still present. This causes issues when it tries to load urls and such (thumbnails will fail to load) because no cookies are present. This PR adds a method to sync the client cookies to an electron web session.