feat: propagate stream source type from provider to client

This commit is contained in:
2026-06-14 21:37:38 +02:00
parent 20aadd36f8
commit ef36578c4b
4 changed files with 4 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ func (c *AllAnimeProvider) GetStreams(ctx context.Context, animeID int, titleCan
result := &domain.StreamResult{
URL: primary.URL,
Referer: primary.Referer,
Type: primary.Type,
}
for _, sub := range primary.Subtitles {