api/url: add missing break to dailymotion case

This commit is contained in:
wukko 2024-09-01 12:00:48 +06:00
parent 8e9e8ab63f
commit ccdcd4cb09
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -67,6 +67,7 @@ function aliasURL(url) {
if (url.hostname === 'dai.ly' && parts.length === 2) {
url = new URL(`https://dailymotion.com/video/${parts[1]}`)
}
break;
case "facebook":
case "fb":