script.js aktualisiert
This commit is contained in:
parent
6b488b5271
commit
02f8cdbd0c
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