replace carta with bun's own api

This commit is contained in:
2026-03-17 01:26:52 +01:00
parent 090a145211
commit 64681befad
5 changed files with 6 additions and 291 deletions
+1
View File
@@ -15,5 +15,6 @@ export interface StreamSummary {
export interface Stream extends StreamSummary {
format: string;
description: string | null;
descriptionHtml: string;
tracks: Track[];
}