Merge remote-tracking branch 'origin/main' into dev

This commit is contained in:
Vendicated 2025-11-02 17:04:37 +01:00
commit cf8db5df6f
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -52,7 +52,7 @@ const UrlReplacementRules: Record<string, URLReplacementRule> = {
description: "Open Epic Games links in the Epic Games Launcher",
},
tidal: {
match: /^https:\/\/tidal\.com\/browse\/(track|album|artist|playlist|user|video|mix)\/(.+)(?:\?.+?)?$/,
match: /^https:\/\/tidal\.com\/(?:browse\/)?(track|album|artist|playlist|user|video|mix)\/(.+)(?:\?.+?)?$/,
replace: (_, type, id) => `tidal://${type}/${id}`,
description: "Open Tidal links in the Tidal app",
},