mirror of
https://github.com/yattee/yattee.git
synced 2025-11-24 10:18:16 +00:00
Fixes #870 where YouTube share links incorrectly included the port number from the user's Invidious instance URL (e.g., http://www.youtube.com:3000 instead of http://www.youtube.com). Added defensive logic to explicitly clear the port when creating share URLs with frontend URL strings containing "youtube.com". This ensures YouTube share links always use the standard format without port numbers, regardless of the user's instance configuration.