chore: formatting

This commit is contained in:
2026-05-13 13:01:39 +02:00
parent 5f7d82fc0b
commit 14b7668afa
6 changed files with 14 additions and 16 deletions

View File

@@ -10,10 +10,10 @@ type StreamSource struct {
}
type StreamResult struct {
URL string
Referer string
Subtitles []Subtitle
Qualities []StreamSource
URL string
Referer string
Subtitles []Subtitle
Qualities []StreamSource
}
type Subtitle struct {