Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/9389
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Sep 11, 2024
1 parent bd6b3b0 commit 8887afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/LiveLinks/view/Live.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
$modeYoutubeBottomClass1 = "col-sm-12 col-md-12 col-lg-10";
$modeYoutubeBottomClass2 = "hidden ";
}
$_page = new Page(array('Live Links'));
$_page = new Page(array($t['title']));
$_page->setExtraStyles(array('node_modules/video.js/dist/video-js.min.css'));
$_page->setExtraScripts(array('node_modules/videojs-contrib-ads/dist/videojs.ads.min.js'));
?>
Expand Down

0 comments on commit 8887afb

Please sign in to comment.