[AnisearchBridge] fixed typo (#4182)

don't know why it was there
This commit is contained in:
Tone 2024-08-01 12:36:26 +02:00 committed by GitHub
parent 8ae716e75c
commit d050fe9a9b
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 $ytlink = <<<EOT
<br /><iframe width="560" height="315" src="$trailer" title="YouTube video player" <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" 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; EOT;
} }
} }