forked from Mastodon/mastoradio-la-radio-di-mastodon
oopsie
This commit is contained in:
parent
806cb8f242
commit
53a0ed4b8f
|
@ -45,7 +45,7 @@ export function isSupportedUrl(urlAsString) {
|
||||||
|
|
||||||
const hosts = [
|
const hosts = [
|
||||||
'youtube.com',
|
'youtube.com',
|
||||||
'music.youtube.host'
|
'music.youtube.com'
|
||||||
]
|
]
|
||||||
|
|
||||||
return hosts.includes(url.hostname) && url.searchParams.has('v')
|
return hosts.includes(url.hostname) && url.searchParams.has('v')
|
||||||
|
|
Loading…
Reference in New Issue