script.js aktualisiert
This commit is contained in:
parent
90332ea538
commit
130e17f22e
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
function loadPresetsFromFile(event) {
|
||||
event.preventDefault();
|
||||
|
||||
fetch('/demo-presets/webradio_presets.json')
|
||||
fetch('/webradio_presets.json')
|
||||
.then(response => {
|
||||
if (!response.ok) {
|
||||
throw new Error('Datei konnte nicht geladen werden');
|
||||
|
|
|
|||
Loading…
Reference in a new issue