z411 / trackma

Open multi-site list manager for Unix-like systems. (ex-wMAL)
https://z411.github.io/trackma
GNU General Public License v3.0
761 stars 82 forks source link

Fix URL encoding for Plex login credentials #729

Closed liu-albert closed 2 months ago

liu-albert commented 4 months ago

Fixes #316. Tested on GTK, Qt, and CLI on Arch.

Changes

Uses urllib.parse.quote to properly handle special characters in the username and password.