Fix metadata.json error (should not try to download data files)

pull/3516/head
Travis Evans 2024-05-27 19:48:47 -05:00
parent 453a4a0697
commit 73ac306b76
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
{"name": "timestamplog.img", "url": "app-icon.js", "evaluate": true}
],
"data": [
{"name": "timestamplog.settings", "url": "timestamplog.settings"},
{"name": "timestamplog.json", "url": "timestamplog.json"}
{"name": "timestamplog.settings"},
{"name": "timestamplog.json"}
]
}