Bug Fix
- Fix Plex PIN returning null in the settings Plex token flow.
The plexapi MyPlexPinLogin wrapper fails silently against current Plex API responses, causing pin_login.pin to return None. Replaced with direct calls to the Plex API v2 pins endpoint, matching the pattern already used in the auth manager.
Full Changelog: v5.1...v5.1.1