fix linter nitpicks
This commit is contained in:
+2
-1
@@ -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[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user