yewtu.be now support FreeTube (#1518)

This commit is contained in:
Émilien Devos 2021-07-16 04:05:53 +02:00 committed by GitHub
parent 6b49fd0a27
commit 0ff1e65a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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