Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed May 14, 2019
1 parent 5a73fb1 commit 3b174dc
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 @@ -218,7 +218,7 @@ class="video-js vjs-default-skin vjs-big-play-centered <?php echo $vjsClass; ?>

<?php
// the live users plugin
if (YouPHPTubePlugin::isEnabled("0e225f8e-15e2-43d4-8ff7-0cb07c2a2b3b")) {
if (empty($modestbranding) && YouPHPTubePlugin::isEnabled("0e225f8e-15e2-43d4-8ff7-0cb07c2a2b3b")) {

require_once $global['systemRootPath'] . 'plugin/VideoLogoOverlay/VideoLogoOverlay.php';
$style = VideoLogoOverlay::getStyle();
Expand Down

0 comments on commit 3b174dc

Please sign in to comment.