Skip to content

Commit

Permalink
make accept embed attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Mar 6, 2019
1 parent b6fc98f commit 392d9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/videoEmbeded.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
$mute = "";
$t = 0;

if (isset($_GET['modestbranding']) && $_GET['modestbranding'] == "0") {
if (isset($_GET['modestbranding']) && $_GET['modestbranding'] == "1") {
$modestbranding = true;
}
if (!empty($_GET['autoplay']) || $config->getAutoplay()) {
Expand Down

0 comments on commit 392d9cf

Please sign in to comment.