yewtu.be now support FreeTube (#1518)
This commit is contained in:
parent
6b49fd0a27
commit
0ff1e65a9e
|
@ -32,7 +32,7 @@ const actions = {
|
|||
}
|
||||
|
||||
const instances = response.filter((instance) => {
|
||||
if (instance[0].includes('.onion') || instance[0].includes('.i2p') || instance[0].includes('yewtu.be')) {
|
||||
if (instance[0].includes('.onion') || instance[0].includes('.i2p')) {
|
||||
return false
|
||||
} else {
|
||||
return true
|
||||
|
|
Loading…
Reference in New Issue