Selaa lähdekoodia

fix(ringoverlay): Path of the ogg file

master
hristoterezov 9 vuotta sitten
vanhempi
commit
0e5fe88b5e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      modules/UI/ring_overlay/RingOverlay.js

+ 1
- 1
modules/UI/ring_overlay/RingOverlay.js Näytä tiedosto

@@ -69,7 +69,7 @@ class RingOverlay {
69 69
                         <p>${callee.getName()}${callerStateLabel}</p>
70 70
                     </div>
71 71
                 </div>
72
-                <audio id="${this._audioContainerId}" src="/sounds/ring.ogg" />
72
+                <audio id="${this._audioContainerId}" src="./sounds/ring.ogg" />
73 73
             </div>`;
74 74
     }
75 75
 

Loading…
Peruuta
Tallenna