/ was missing

This commit is contained in:
fred 2022-04-08 18:54:40 +02:00
parent a353ce05f1
commit aebb01844c
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ var player = videojs('vbunk', {
</script>
<script>
$.getJSON('_IPNSL_history._CHANNEL_.json', function (json) {
$.getJSON('_IPNSL_/history._CHANNEL_.json', function (json) {
$('#videosChan').pagination({
dataSource: json.Videos,
pageSize: 3,