TOS for stream providers

This commit is contained in:
2023-08-01 15:51:07 +01:00
parent 786631e45e
commit 508abaad1f
7 changed files with 98 additions and 25 deletions

View File

@ -48,6 +48,10 @@ export class OwncastProvider implements StreamProvider {
throw new Error("Method not implemented.");
}
acceptTos(): Promise<void> {
throw new Error("Method not implemented.");
}
async #getJson<T>(
method: "GET" | "POST",
path: string,