Show viewer counts for streams

This commit is contained in:
Salastil
2025-11-23 00:26:12 -05:00
parent 4cb7bd5945
commit feafdfe4cc
2 changed files with 21 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ type Stream struct {
HD bool `json:"hd"`
EmbedURL string `json:"embedUrl"`
Source string `json:"source"`
Viewers int `json:"viewers"`
}
// ────────────────────────────────