Skip to content

Commit

Permalink
[AnisearchBridge] fixed typo (RSS-Bridge#4182)
Browse files Browse the repository at this point in the history
don't know why it was there
  • Loading branch information
Tone866 committed Aug 1, 2024
1 parent 8ae716e commit d050fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/AnisearchBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function collectData()
$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;
}
}
Expand Down

0 comments on commit d050fe9

Please sign in to comment.