Sort streams by added date

This commit is contained in:
Max Goodhart
2026-01-24 15:19:38 -08:00
parent 8fd9ca1c1d
commit 66c0c0406b
2 changed files with 2 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ export interface StreamDataContent extends ContentDisplayOptions {
city?: string
state?: string
orientation?: 'V' | 'H'
addedDate?: string
_id?: string
_dataSource?: string
}