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 Oct 31, 2019
1 parent d5f34c4 commit 1df01c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/TheaterButton/TheaterButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private function showButton(){
return false;
}
$video = Video::getVideoFromCleanTitle($_GET['videoName']);
if(($isEmbed==1 || $video['type']=='embed') && !$advancedCustom->disableYoutubePlayerIntegration){
if(($isEmbed==1 || $video['type']=='embed') && $advancedCustom->disableYoutubePlayerIntegration){
return false;
}
if($video['type']=='article' || $video['type']=='pdf'){
Expand Down

0 comments on commit 1df01c9

Please sign in to comment.