new media player functionality

This commit is contained in:
2026-06-25 06:09:28 +00:00
parent 69f848c260
commit d9b0964f07
20 changed files with 404 additions and 5 deletions
+2
View File
@@ -18,4 +18,6 @@ export interface StationConfig {
email: string;
website: string;
donation_url: string;
stream_url: string;
stream_metadata_url: string;
}