diff options
Diffstat (limited to 'functions.php')
-rw-r--r-- | functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php index 523c308..8544cd2 100644 --- a/functions.php +++ b/functions.php @@ -116,4 +116,4 @@ add_filter( 'wp_resource_hints', 'remove_dns_prefetch', 10, 2 ); /* LibreVideoJS ------------------------------------------------------------------------------*/ -include_once 'librevideojs.php'; +include_once 'librevideojs/librevideojs.php'; |