Browse Source

Needed a slash on there

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
6412d72c7d
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      audio.js

+ 1
- 1
audio.js View File

@@ -1,7 +1,7 @@
let playing = []; let playing = [];
let looping = {}; let looping = {};


const audioBaseUrl = "https://chemicalcrux.org/satiate/media/audio";
const audioBaseUrl = "https://chemicalcrux.org/satiate/media/audio/";


let audioDict = {}; let audioDict = {};




Loading…
Cancel
Save