Update playlist link validation and info text

Standardized playlist link validation messages across all language files and code, removing specific references to Spotify and YouTube. Updated README and help view to reflect broader platform support and clarified instructions. Removed unused YouTube regex and related thumbnail logic from objects.py.
This commit is contained in:
Choco
2025-10-08 12:19:56 +08:00
parent 7479f9bfe2
commit c28f17ea43
17 changed files with 18 additions and 22 deletions

View File

@@ -174,7 +174,7 @@
"deleteDefault": "You are not allowed to delete the default playlist.",
"limitReached": "You cannot create more than `{0}` playlists!",
"exists": "Playlist [`{0}`] already exists.",
"invalidUrl": "Please enter a valid public spotify or youtube playlist link.",
"invalidUrl": "Please enter a valid public playlist link.",
"trackLimitReached": "You have reached the limit! You can only add `{0}` songs to your playlist.",
"playlistLinkNotAllowed": "You are not allowed to use playlist links.",
"streamNotAllowed": "You are not allowed to add streaming videos to your playlist.",