fix linter nitpicks

This commit is contained in:
2026-09-02 19:04:43 +02:00
parent e98293fa7c
commit c038316461
9 changed files with 49 additions and 40 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ export interface StreamSummary {
export interface Stream extends StreamSummary {
format: string;
description: string | null;
descriptionHtml: string;
// rendered at page load, so absent straight out of the database
descriptionHtml?: string;
tracks: Track[];
}