Adding mediaplayer.js skeleton

This commit is contained in:
emeric
2018-03-24 15:17:34 +01:00
parent f2491d8408
commit 145244102b
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ tls-key = "/var/lms/privkey.pem";
tls-dh = "/var/lms/dh2048.pem";
# Path to the resources used by the web interface
docroot = "/usr/share/lms/docroot/;/resources,/css,/images,/favicon.ico";
docroot = "/usr/share/lms/docroot/;/resources,/css,/images,/js,/favicon.ico";
approot = "/usr/share/lms/approot";