Initial app + gitea action #1

Merged
david merged 15 commits from dev into main 2025-04-03 21:32:59 -07:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 865e2019c3 - Show all commits

View File

@ -1,6 +1,7 @@
FOX 12:207028615:8VSB:49:52:3
ION:521028615:8VSB:49:52:3
KATU:533028615:8VSB:49:52:3
KOIN-HD:539028615:8VSB:49:52:3
KGW:545028615:8VSB:49:52:3
KBLN-DT:575028615:8VSB:49:52:1
TBN HD:581028615:8VSB:49:52:3
TBN HD:581028615:8VSB:49:52:3

View File

@ -38,7 +38,7 @@ export default class HttpServer {
case "PUT":
switch (api) {
case "tune":
const channel = query[3];
const channel = decodeURIComponent(query[3]);
const adapter = parseInt(url.searchParams.get('adapter'));
tune(channel, adapter);
status = 202;