Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jan 18, 2024
1 parent 03f19e2 commit 96f46fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/YouPHPFlix2/view/row_info.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$timeLog6Limit = 0.2;
$timeLog6Limit = 0.5;
$timeLog6 = "row_info.php {$value['clean_title']}";
TimeLogStart($timeLog6);
?>
Expand Down Expand Up @@ -158,7 +158,7 @@
?>
<?php
TimeLogEnd($timeLog6, __LINE__, $timeLog6Limit);
echo AVideoPlugin::getNetflixActionButton($value['id']);
echo AVideoPlugin::getNetflixActionButton($value['id'], 0.2);
TimeLogEnd($timeLog6, __LINE__, $timeLog6Limit);
getSharePopupButton($value['id']);
TimeLogEnd($timeLog6, __LINE__, $timeLog6Limit);
Expand Down

0 comments on commit 96f46fb

Please sign in to comment.