0
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-14 03:22:46 +00:00

[AnisearchBridge] fixed typo

don't know why it was there
This commit is contained in:
Tone 2024-08-01 10:40:36 +02:00 committed by GitHub
parent 8ae716e75c
commit 1f6ae68499
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,7 @@ class AnisearchBridge extends BridgeAbstract
$ytlink = <<<EOT
<br /><iframe width="560" height="315" src="$trailer" title="YouTube video player"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>';
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
EOT;
}
}